]> iEval git - gruntmaster-page.git/blobdiff - css/custom.css
Add more information to user page
[gruntmaster-page.git] / css / custom.css
index 9872ee8daf56c22f8819dbf17a8ef45d52c14c23..429955b32bbc6b1ec91189a8d79f5b02bb773a48 100644 (file)
@@ -8,7 +8,6 @@ footer{
        width: 60em;
        margin: auto;
        margin-top: 6em;
-       white-space: pre-wrap;
        color: #777;
 }
 
@@ -54,4 +53,29 @@ a.dropdown-toggle{
 
 .table-fixed{
        table-layout: fixed;
+}
+
+#clock{
+       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.01677 seconds and 4 git commands to generate.