diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-08-22 23:56:36 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-08-22 23:56:36 +0100 |
commit | f5364f306f06da07d5be423452ac8f94d089eea0 (patch) | |
tree | 5de6e612c913def4b6de90422fb4cf17d7d96006 /lib/sisu/v0/css.rb | |
parent | Merge branch 'upstream' into debian/sid (diff) | |
parent | version bump to 0.57, minor addition to markup (a header to heading shortcut)... (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/css.rb')
-rw-r--r-- | lib/sisu/v0/css.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v0/css.rb b/lib/sisu/v0/css.rb index df53f46a..d1e6832a 100644 --- a/lib/sisu/v0/css.rb +++ b/lib/sisu/v0/css.rb @@ -434,6 +434,7 @@ WOK } li { background: url(../image/bullet_red.png) no-repeat 0px 6px; + /* list-style-type: disc; */ padding-left: 20px; display: block; font-family: #{fonts}; |