]> iEval git - plack-app-gruntmaster.git/blobdiff - css/custom.css
Add more information to user page
[plack-app-gruntmaster.git] / css / custom.css
index bc0b7eaa91f9ec5b0c334935b8dc71b59e85b1d9..429955b32bbc6b1ec91189a8d79f5b02bb773a48 100644 (file)
@@ -8,7 +8,6 @@ footer{
        width: 60em;
        margin: auto;
        margin-top: 6em;
-       white-space: pre-wrap;
        color: #777;
 }
 
@@ -51,3 +50,32 @@ div#result{
 a.dropdown-toggle{
        cursor: pointer;
 }
+
+.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.016842 seconds and 4 git commands to generate.