diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-12-24 00:34:50 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-12-24 00:34:50 -0500 | 
| commit | 0c679c4085b7e026c2dc0faa843ed483c4a5590d (patch) | |
| tree | ff9a43334f4da5b0aac0289d43d683075ef7bfe4 /lib/sisu/v0/css.rb | |
| parent | Merge branch 'upstream' into debian/sid (diff) | |
| parent | sqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematic (diff) | |
Merge branch 'upstream' into debian/sid
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;  | 
