ICU-8988 improve css

X-SVN-Rev: 31476
This commit is contained in:
Steven R. Loomis 2012-02-21 21:58:12 +00:00
parent 0ac70e6c0c
commit 5a278e9025
2 changed files with 48 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;
}