summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 08:07:12 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 08:07:12 +0000
commit8e44f84b9d02dd5b9c8458f439dc3e89679aa25c (patch)
tree7578fd0bd78c2c7b88b0a1fec41d70a8c93937c5 /style.css
parentcf16eec875de2a1dc13d569729c8565e9ade9fa5 (diff)
downloadpkgsubmit-8e44f84b9d02dd5b9c8458f439dc3e89679aa25c.tar
pkgsubmit-8e44f84b9d02dd5b9c8458f439dc3e89679aa25c.tar.gz
pkgsubmit-8e44f84b9d02dd5b9c8458f439dc3e89679aa25c.tar.bz2
pkgsubmit-8e44f84b9d02dd5b9c8458f439dc3e89679aa25c.tar.xz
pkgsubmit-8e44f84b9d02dd5b9c8458f439dc3e89679aa25c.zip
show files tree structure
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;