Add more information to user page
[gruntmaster-page.git] / css / custom.css
index 0da7b4ed3fa05fcf15ce688a2c9c4c44909db41d..429955b32bbc6b1ec91189a8d79f5b02bb773a48 100644 (file)
@@ -63,3 +63,19 @@ 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: "";
+}
\ No newline at end of file
This page took 0.010105 seconds and 4 git commands to generate.