From 5a278e9025e953bc014a2ae05489a8d9e88b3467 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Tue, 21 Feb 2012 21:58:12 +0000 Subject: [PATCH] ICU-8988 improve css X-SVN-Rev: 31476 --- .../0.11/icucodetools/htdocs/css/icuxtn.css | 25 ++++++++++++++++++- .../0.12/icucodetools/htdocs/css/icuxtn.css | 25 ++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/tools/trac/IcuCodeTools/0.11/icucodetools/htdocs/css/icuxtn.css b/tools/trac/IcuCodeTools/0.11/icucodetools/htdocs/css/icuxtn.css index afe09037ddc..8bae495ca61 100644 --- a/tools/trac/IcuCodeTools/0.11/icucodetools/htdocs/css/icuxtn.css +++ b/tools/trac/IcuCodeTools/0.11/icucodetools/htdocs/css/icuxtn.css @@ -1,4 +1,6 @@ -/* Copyright (C) 2010 International Business Machines Corporation and Others. All Rights Reserved. */ +/* @override http://bugs.icu-project.org/trac/chrome/icucodetools/css/icuxtn.css */ + +/* Copyright (C) 2010-2012 International Business Machines Corporation and Others. All Rights Reserved. */ /* @override http://unicode.org/cldr/trac/chrome/icucodetools/css/icuxtn.css */ @@ -28,3 +30,24 @@ table.icureview td.overall { text-align: right; } +.branch-unknown { + font-weight: normal; + font-style: italic; +} +.branch-tags { + font-weight: bold; + font-family: Georgia, "Times New Roman", Times, serif; + color: white; + background-color: navy; + padding: 1px; +} +.branch-branches { + font-weight: normal; + color: #353; +} + +.branch-trunk { + font-weight: bold; +} + + diff --git a/tools/trac/IcuCodeTools/0.12/icucodetools/htdocs/css/icuxtn.css b/tools/trac/IcuCodeTools/0.12/icucodetools/htdocs/css/icuxtn.css index afe09037ddc..8bae495ca61 100644 --- a/tools/trac/IcuCodeTools/0.12/icucodetools/htdocs/css/icuxtn.css +++ b/tools/trac/IcuCodeTools/0.12/icucodetools/htdocs/css/icuxtn.css @@ -1,4 +1,6 @@ -/* Copyright (C) 2010 International Business Machines Corporation and Others. All Rights Reserved. */ +/* @override http://bugs.icu-project.org/trac/chrome/icucodetools/css/icuxtn.css */ + +/* Copyright (C) 2010-2012 International Business Machines Corporation and Others. All Rights Reserved. */ /* @override http://unicode.org/cldr/trac/chrome/icucodetools/css/icuxtn.css */ @@ -28,3 +30,24 @@ table.icureview td.overall { text-align: right; } +.branch-unknown { + font-weight: normal; + font-style: italic; +} +.branch-tags { + font-weight: bold; + font-family: Georgia, "Times New Roman", Times, serif; + color: white; + background-color: navy; + padding: 1px; +} +.branch-branches { + font-weight: normal; + color: #353; +} + +.branch-trunk { + font-weight: bold; +} + + -- 2.40.0