[jhbuild] [buildbot] underline table header links with dots, and do bold them



commit 6b2d0f000a2567fcbdef38c1650f161e2e9a38dd
Author: Frederic Peters <fpeters 0d be>
Date:   Tue May 5 21:17:55 2009 +0200

    [buildbot] underline table header links with dots, and do bold them
---
 buildbot/public_html/lgo.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/buildbot/public_html/lgo.css b/buildbot/public_html/lgo.css
index fd7f005..2157445 100644
--- a/buildbot/public_html/lgo.css
+++ b/buildbot/public_html/lgo.css
@@ -218,6 +218,12 @@ table.ProjectSummary tbody th {
 	text-align: left;
 }
 
+table.ProjectSummary th a {
+	font-weight: normal;
+	text-decoration: none;
+	border-bottom: 1px dotted #3465a4;
+}
+
 table.ProjectSummary thead td {
 	text-align: center;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]