summaryrefslogtreecommitdiffstats
path: root/public/manual
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-29 18:45:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-29 18:45:33 +0000
commitd29ba0b80fac3600b3bde5adc20b4df5c2a9bb37 (patch)
tree9dcb58e05e16ce20586bd2884ebe7dd15669e3de /public/manual
parent18fd46ab6b9b8ef8173712ac1b9724123756da15 (diff)
downloadredmine-d29ba0b80fac3600b3bde5adc20b4df5c2a9bb37.tar.gz
redmine-d29ba0b80fac3600b3bde5adc20b4df5c2a9bb37.zip
updated css for online help
git-svn-id: http://redmine.rubyforge.org/svn/trunk@204 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/manual')
-rw-r--r--public/manual/en/html.css14
-rw-r--r--public/manual/fr/html.css14
2 files changed, 28 insertions, 0 deletions
diff --git a/public/manual/en/html.css b/public/manual/en/html.css
index c1b2a6fca..1c4e949f7 100644
--- a/public/manual/en/html.css
+++ b/public/manual/en/html.css
@@ -53,3 +53,17 @@ pre.programlisting {
font-size: 10pt;
white-space: pre;
}
+
+li p {
+ margin-top: 3px;
+ margin-bottom: 3px;
+}
+
+div.toc dt {
+ margin-bottom:4px;
+}
+
+.chapter {
+ display:block;
+ margin-top:2em;
+} \ No newline at end of file
diff --git a/public/manual/fr/html.css b/public/manual/fr/html.css
index c1b2a6fca..1c4e949f7 100644
--- a/public/manual/fr/html.css
+++ b/public/manual/fr/html.css
@@ -53,3 +53,17 @@ pre.programlisting {
font-size: 10pt;
white-space: pre;
}
+
+li p {
+ margin-top: 3px;
+ margin-bottom: 3px;
+}
+
+div.toc dt {
+ margin-bottom:4px;
+}
+
+.chapter {
+ display:block;
+ margin-top:2em;
+} \ No newline at end of file