aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/css.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-24 15:08:15 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-24 15:08:15 +0100
commite97708c00d4b39deee89393bd8e9104843780273 (patch)
tree7bcf5965f458e0cca849b1a640e975d5c890ecbe /lib/sisu/v0/css.rb
parentUpdated sisu-0.59.0 (diff)
parenttoc, css, distinguish "Document Information (metadata)" link from other links... (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/css.rb')
-rw-r--r--lib/sisu/v0/css.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/sisu/v0/css.rb b/lib/sisu/v0/css.rb
index f4cf5228..febf0cd1 100644
--- a/lib/sisu/v0/css.rb
+++ b/lib/sisu/v0/css.rb
@@ -414,11 +414,15 @@ WOK
p.left, th.left, td.left {
text-align: left;
}
+ p.small_left, th.small_left, td.small_left {
+ text-align: left;
+ font-size: 80%;
+ }
p.right, th.right, td.right {
text-align: right;
}
- h1, h2, h3, h4, h5, h6 {
+ h0, h1, h2, h3, h4, h5, h6 {
display: block;
font-family: #{fonts};
font-weight: bold;
@@ -638,6 +642,9 @@ WOK
h6 {
font-size: 100%;
}
+ h0 {
+ font-size: 80%;
+ }
h1.norm, h2.norm, h3.norm {
font-size: 110%;
margin-left: 10mm;