]> git.draconx.ca Git - homepage.git/blobdiff - content/style.scss
Release slotifier-1.
[homepage.git] / content / style.scss
index 82b872028fc1db23c80e229cbcc3a0b33f59196f..0c56cc4bb4d8f31ac75650c5c1013d7550098a02 100644 (file)
@@ -137,6 +137,19 @@ table.cc {
     }
 }
 
+table.filelist {
+    &>tr>*:first-child, &>*>tr>*:first-child {
+        &+td { min-width: 50%; }
+        width: 0;
+    }
+
+    img {
+        display: block;
+        height: 1.5em;
+        width: auto;
+    }
+}
+
 // Site header rules
 #breadcrumbs>*, #sitetitle>* { font-size: 0.8em; }
 #breadcrumbs {