ICU-7388 update

X-SVN-Rev: 28988
This commit is contained in:
Steven R. Loomis 2010-11-02 19:52:34 +00:00
parent f3b63f8de6
commit 2c478e1ad8
2 changed files with 411 additions and 1659 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,13 @@
/*
* Default CSS style sheet for the ICU4C Open Source readme
* Copyright (C) 2005-2009, International Business Machines
* Copyright (C) 2005-2010, International Business Machines
* Corporation and others. All Rights Reserved.
*/
/* Global styles */
body,p,li,ol,ul,th,td {
font-size: 10pt;
font-size: 1em;
font-family: "Arial", "Helvetica", sans-serif;
}
@ -329,10 +329,19 @@ table.rtable tr.rarely td {
.bigwarn {
color: red;
background-color: white;
font-size: x-large;
font-size: large;
margin: 0.5 em;
}
td.bornstable {
}
td.bornstable .bigwarn {
font-size: small;
white-space: nowrap;
}
table.genTable {
border-collapse: collapse;
border: 1px solid black;
@ -444,4 +453,20 @@ pre.samp,samp {
padding: 1em;
display: block;
background-color: #EEEEEE
}
}
td.proto {
font-size: smaller;
}
@media print {
div#toc {
display: none;
}
table,tr,td,div {
page-break-inside: auto;
}
}