From 5df4e529147ebec3d11b6c8e318c50383077afe3 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Wed, 25 Aug 2010 05:16:19 +0000 Subject: fix occasional v.scroll bars on pre blocks (I think) --- html/Ocean.std-theme/ocean.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3