]> iEval git - gruntmaster-page.git/blobdiff - css/custom.css
Add more information to user page
[gruntmaster-page.git] / css / custom.css
index 3c62f0140bd485b4cd86c29272c5dbd6f896c75d..429955b32bbc6b1ec91189a8d79f5b02bb773a48 100644 (file)
@@ -59,3 +59,23 @@ a.dropdown-toggle{
        float: right;
        margin-right: 1em;
 }
+
+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: "";
+}
\ No newline at end of file
This page took 0.025485 seconds and 4 git commands to generate.