summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-05 15:07:40 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-05 15:07:40 +0000
commitd5f0f5a4bc4934c1c4c660b3dabccb95ca76865a (patch)
treeeb0e851034c7f832da45cf150625e58c518e00b2 /style.css
parent4e4e41250051cbae6e9be0300d9140e3670dbcd8 (diff)
downloadpkgsubmit-d5f0f5a4bc4934c1c4c660b3dabccb95ca76865a.tar
pkgsubmit-d5f0f5a4bc4934c1c4c660b3dabccb95ca76865a.tar.gz
pkgsubmit-d5f0f5a4bc4934c1c4c660b3dabccb95ca76865a.tar.bz2
pkgsubmit-d5f0f5a4bc4934c1c4c660b3dabccb95ca76865a.tar.xz
pkgsubmit-d5f0f5a4bc4934c1c4c660b3dabccb95ca76865a.zip
add possibility to list all related log files right under the build line, on request
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3bfcd26..3d1bf47 100644
--- a/style.css
+++ b/style.css
@@ -42,3 +42,6 @@ tr.partial td.status-box { background: blue; }
#score-meter { width: 100px; background: #afa; }
.figure { font-size: 120%%; font-weight: bold; }
+
+tr.build-files-list td ul { font-size: 85%; padding: 1em 0 2em 2em; color: #555; }
+ tr.build-files-list td a { text-decoration: none; } \ No newline at end of file