diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-12-16 19:55:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-12-16 20:00:05 -0500 |
commit | b2d26ed38292409b1f10017af7a6c6cd56c73983 (patch) | |
tree | ad95f9f95979f7c5a088078ef1f387ea35381e14 /lib/sisu/v0/css.rb | |
parent | close html <p> tag for "letter" class (diff) |
html & css cosmetic changes (index & concordance), run "sisu -CC"; changelog
Diffstat (limited to 'lib/sisu/v0/css.rb')
-rw-r--r-- | lib/sisu/v0/css.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/sisu/v0/css.rb b/lib/sisu/v0/css.rb index 927a253f..22e26d62 100644 --- a/lib/sisu/v0/css.rb +++ b/lib/sisu/v0/css.rb @@ -585,6 +585,18 @@ WOK text-align: center; } + p.letter { + font-weight: bold; + font-size: 80%; + margin-left: 0em; + margin-top: 2px; + margin-bottom: 2px; + margin-right: 6px; + text-align: left; + color: white; + background: #880000; + } + label.ocn { width: 2%; float: right; |