]> iEval git - plack-app-gruntmaster.git/blobdiff - css/custom.css
Reduce cyborg heading font-sizes
[plack-app-gruntmaster.git] / css / custom.css
index 3c62f0140bd485b4cd86c29272c5dbd6f896c75d..a6b7d0e3e238dfe16c0665cfde048ef93f32aefd 100644 (file)
@@ -16,10 +16,6 @@ footer{
        display: block;
 }
 
-h1 {
-       font-size: 2em !important;
-}
-
 .txtstuff {
     overflow: hidden;
 }
@@ -59,3 +55,44 @@ 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: "";
+}
+
+.tracker-mark.tick {
+       color: green;
+}
+
+.tracker-mark.x{
+       color: red;
+}
+
+#ctcountdown {
+       text-align: center;
+       font-size: 200%;
+}
+
+.reqjs {
+       display: none !important;
+}
+
+td.user, td.owner {
+       word-break: break-all;
+}
This page took 0.024812 seconds and 4 git commands to generate.