mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-8988 improve css
X-SVN-Rev: 31476
This commit is contained in:
parent
0ac70e6c0c
commit
5a278e9025
2 changed files with 48 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue