diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-09-08 23:09:37 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-09-08 23:09:37 -0400 | 
| commit | 1529e474fd5c8a67679438e8f2cea5cd6d26db3d (patch) | |
| tree | 423bcd4766b309f928f1f41da079cfc26aa0879a /lib/sisu/v0/css.rb | |
| parent | dal, several modules split into separate files (diff) | |
book index, sample html file and to screen sisu markup sample added (-M flag)
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 b5b08698..ec71c4f3 100644 --- a/lib/sisu/v0/css.rb +++ b/lib/sisu/v0/css.rb @@ -358,6 +358,18 @@ WOK      margin-top: 1px;      margin-bottom: 3px;    } +  p.book_index_lev1 { +    line-height: 100%; +    margin-top: 4px; +    margin-bottom: 1px; +  } +  p.book_index_lev2 { +    line-height: 100%; +    text-align: left; +    margin-left: 3em; +    margin-top: 1px; +    margin-bottom: 3px; +  }    p.quickref {      font-size: 10px;  | 
