diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-25 05:16:19 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-25 05:16:19 +0000 |
commit | 5df4e529147ebec3d11b6c8e318c50383077afe3 (patch) | |
tree | dd23eb2f570a0e4dfa5d96e46e35b92e5dab86bd | |
parent | 4ab3d42b0ca7186835128d5e6be04dfc44629931 (diff) |
fix occasional v.scroll bars on pre blocks (I think)
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index ca5e4220..b3fc16b7 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -58,7 +58,7 @@ table { pre, code, kbd, samp, tt, .src { font-family:monospace; *font-size:108%; - line-height: 120%; + line-height: 124%; } .links, .link { |