diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-06-11 21:35:47 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-06-11 21:35:47 -0400 | 
| commit | bcbbdf4b3e151fd35b007a80aaf914110e8880c7 (patch) | |
| tree | bceefebcdcf765e4febd1b7850ee1227fc250557 | |
| parent | sha256 (2.4.3) (diff) | |
css (for html), right pane dark, distinguish from selected content
| -rw-r--r-- | lib/sisu/v2/css.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/sisu/v2/css.rb b/lib/sisu/v2/css.rb index e187d24a..f088c44e 100644 --- a/lib/sisu/v2/css.rb +++ b/lib/sisu/v2/css.rb @@ -329,6 +329,7 @@ WOK      right: 0px;      margin-left: 75%;      width: 20%; +    background-color: #aaaaaa;    }    .norm, .bold, .verse, .group, .alt { | 
