summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-11-27 05:07:50 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-11-27 05:07:50 +0000
commit2ffb69642769e7faac90c57e4fdc213eb4a80d1f (patch)
treeab17e27953f9c8340a12a5fde7b2c58943690abf /i18n
parent9a818d51c3429095f89d282d4632bd5c729c25e7 (diff)
downloadyelp-xsl-2ffb69642769e7faac90c57e4fdc213eb4a80d1f.tar.gz
i18n/PLURALS.txt i18n/STYLESHEETS.xhtml - Updated files
* i18n/PLURALS.txt * i18n/STYLESHEETS.xhtml - Updated files
Diffstat (limited to 'i18n')
-rw-r--r--i18n/PLURALS.txt2
-rw-r--r--i18n/STYLESHEETS.xhtml40
2 files changed, 23 insertions, 19 deletions
diff --git a/i18n/PLURALS.txt b/i18n/PLURALS.txt
index 1bd4b876..1549e495 100644
--- a/i18n/PLURALS.txt
+++ b/i18n/PLURALS.txt
@@ -77,7 +77,7 @@ pt_BR (Brazilian Portuguese)
0: n > 1
1: ELSE
-ru
+ru (Russian)
3 plural forms
0: (n % 10 = 1) && (n % 100 != 11)
1: (n % 10 >= 2) && (n % 10 <= 4) && ((n % 100 < 10) || (n % 100 >= 20))
diff --git a/i18n/STYLESHEETS.xhtml b/i18n/STYLESHEETS.xhtml
index e5f7b99b..ebd8ac84 100644
--- a/i18n/STYLESHEETS.xhtml
+++ b/i18n/STYLESHEETS.xhtml
@@ -34,8 +34,11 @@
list-style-type: none;
}
+ * + div[class~="biblioentry"] { margin-top: 1.2em; }
+ * + div[class~="bibliomixed"] { margin-top: 1.2em; }
+
*[class~="block-indent"] {
- margin-left: 2em;
+ margin-left: 1.72em;
margin-right: 1em;
}
*[class~="block-indent"] *[class~="block-indent"] {
@@ -60,8 +63,12 @@
}
pre[class~="linenumbering"] {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ -moz-border-radius: 8px;
+ border: solid 1px black;
margin-top: 0px;
- margin-left: 0.8em;
+ margin-left: 0.83em;
background-color: black;
color: white;
-moz-opacity: .3;
@@ -103,15 +110,15 @@
div[class~="list"] dl dt { margin-left: 0em; }
div[class~="list"] dl dd + dt { margin-top: 1em; }
div[class~="list"] dl dd {
- margin-top: 1em;
- margin-left: 2em;
+ margin-top: 0.69em;
+ margin-left: 1.72em;
margin-right: 1em;
}
- div[class~="list"] ul { margin-left: 2em; padding-left: 0em; }
- div[class~="list"] ol { margin-left: 2em; padding-left: 0em; }
+ div[class~="list"] ul { margin-left: 1.72em; padding-left: 0em; }
+ div[class~="list"] ol { margin-left: 1.72em; padding-left: 0em; }
div[class~="list"] ul li { margin-right: 1em; padding: 0em; }
div[class~="list"] ol li { margin-right: 1em; padding: 0em; }
- div[class~="list"] li + li { margin-top: 0.5em; }
+ div[class~="list"] li + li { margin-top: 0.69em; }
dt[class~="question"] { margin-left: 0em; }
dt[class~="question"] div[class~="label"] { float: left; }
@@ -138,12 +145,12 @@
}
tr[class~="odd"] { background-color: #F0F0F0 }
td {
- padding-left: 0.8em;
- padding-right: 0.8em;
+ padding-left: 0.83em;
+ padding-right: 0.83em;
padding-top: 4px;
padding-bottom: 4px;
}
- th { padding-left: 0.8em; padding-right: 0.8em; }
+ th { padding-left: 0.8em; padding-right: 0.83em; }
thead {
border-top: solid 2px;
border-bottom: solid 2px;
@@ -160,24 +167,21 @@
-moz-border-radius: 5px;
}
- h1 { font-size: 1.6em; margin-top: 0em; }
- h2 { font-size: 1.4em; }
- h2[class~="title"] { margin-top: 3em; border-bottom: solid 1px; }
+ h1 { font-size: 1.72em; margin-top: 0em; }
+ h2 { font-size: 1.44em; }
+ h2[class~="title"] { margin-top: 1.72em; border-bottom: solid 1px; }
h3 { font-size: 1.2em; }
- h3[class~="title"] { margin-top: 2em; }
+ h3[class~="title"] { margin-top: 1.72em; }
h3 span[class~="title"] { border-bottom: solid 1px; }
h4 { font-size: 1.0em; }
- h4[class~="title"] { margin-top: 1.5em; }
+ h4[class~="title"] { margin-top: 1.44em; }
h4 span[class~="title"] { border-bottom: solid 1px; }
h5 { font-size: 1em; margin-top: 1em; }
h6 { font-size: 1em; margin-top: 1em; }
h7 { font-size: 1em; margin-top: 1em; }
-
- div[class~="title"] { margin-bottom: 0em; }
- div[class~="title"] + * { margin-top: 0em; }
body {
margin: 0px;