Replace Zepto with ki.js, rewrite all JS
[plack-app-gruntmaster.git] / css / custom.css
index 0da7b4ed3fa05fcf15ce688a2c9c4c44909db41d..0188fd4dd470f40d26984c1133989e7d0fccafe4 100644 (file)
@@ -11,30 +11,6 @@ footer{
        color: #777;
 }
 
-#logo {
-       margin: 5em auto 2em;
-       display: block;
-}
-
-h1 {
-       font-size: 2em !important;
-}
-
-.txtstuff {
-    overflow: hidden;
-}
-
-.hiddendiv {
-    display: none;
-    white-space: pre-wrap;
-    word-wrap: break-word;
-    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
-}
-
-a.thumbnail {
-       border: none !important;
-}
-
 div.container-fluid {
        padding: 0 15px;
 }
@@ -55,11 +31,51 @@ a.dropdown-toggle{
        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: "";
+}
+
+.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;
+}
+
+#themes {
+       margin-left: 0;
+}
+
+#themes:before {
+       content: " Themes: ";
+}
\ No newline at end of file
This page took 0.010821 seconds and 4 git commands to generate.