summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9c7fac6..b8a3f73 100644
--- a/style.css
+++ b/style.css
@@ -46,10 +46,13 @@ td span.timeinfo { display: block; font-size: 85%; text-align: left; }
.figure { font-size: 120%%; font-weight: bold; }
-tr.build-files-list td { font-size: 85%; padding: 1em 0 2em 1em; color: #555; }
+tr.build-files-list td { font-size: 85%; padding: 1em 0 2em 0.5em; color: #222; }
+ tr.build-files-list td ul { padding: 0 0 0 2em; }
tr.build-files-list td a { text-decoration: none; }
tr.build-files-list td h4 { margin: 0 0 0.6em 0; }
+span.dir { font-weight: bold; }
+
.file-view {
white-space: pre;
resize: both;