aboutsummaryrefslogtreecommitdiff
path: root/icu4c.css
diff options
context:
space:
mode:
authorclaireho <chinglanho@gmail.com>2011-06-09 11:11:49 -0700
committerclaireho <chinglanho@gmail.com>2011-06-11 10:58:15 -0700
commit27f654740f2a26ad62a5c155af9199af9e69b889 (patch)
tree50c37339e167c1073e457fea8d1cd2d5bc638780 /icu4c.css
parent39b7df1636cb72b2b4c9992b56f4b787d7df5da9 (diff)
downloadicu4c-27f654740f2a26ad62a5c155af9199af9e69b889.tar.gz
ICU4.6 upgrade.
ICU4.6 syncs to Unicode6.0 and CLDR1.9. Change-Id: I695558055cc139b42b71da9138f61d19bcbd9758
Diffstat (limited to 'icu4c.css')
-rw-r--r--icu4c.css33
1 files changed, 29 insertions, 4 deletions
diff --git a/icu4c.css b/icu4c.css
index aacacb89..1594c65a 100644
--- a/icu4c.css
+++ b/icu4c.css
@@ -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
-} \ No newline at end of file
+}
+
+td.proto {
+ font-size: smaller;
+}
+
+
+
+@media print {
+ div#toc {
+ display: none;
+ }
+
+ table,tr,td,div {
+ page-break-inside: auto;
+ }
+}