]> iEval git - gruntmaster-page.git/blobdiff - css/custom.css
Add user tracking
[gruntmaster-page.git] / css / custom.css
index 0da7b4ed3fa05fcf15ce688a2c9c4c44909db41d..4239ab8421843a38ed6e3f5a12abda283c3c4497 100644 (file)
@@ -63,3 +63,27 @@ a.dropdown-toggle{
 nav li{
        padding: 5px;
 }
+
+ul.inline{
+       list-style-type: none;
+}
+
+ul.inline li{
+       display: inline;
+}
+
+ul.inline li:after {
+       content: ", ";
+}
+
+ul.inline li:last-child:after {
+       content: "";
+}
+
+.tracker-mark.tick {
+       color: green;
+}
+
+.tracker-mark.x{
+       color: red;
+}
\ No newline at end of file
This page took 0.021988 seconds and 4 git commands to generate.