From e0e920f32d15d3a206729589ffb1c4effb370882 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Fri, 20 Aug 2010 01:41:06 +0000 Subject: fix small layout issues mini frames should have same size top heading give info block dts some padding so they don't collide in some browsers --- html/Ocean.std-theme/ocean.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/Ocean.std-theme') diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index e683efcc..ca5e4220 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -205,14 +205,14 @@ dl.info { dl.info dt { float: left; - width: 5em; font-weight: bold; display: block; + margin-right: 1em; } dl.info dd { display: block; - padding-left: 6em; + margin-left: 6em; } div#style-menu-holder { @@ -446,8 +446,9 @@ div#style-menu-holder { font-size: 93%; /* 12pt */ } +#mini #module-list .caption, #mini #module-header .caption { - font-size: 117%; /* 14pt */ + font-size: 125%; /* 15pt */ } #mini #interface h1, -- cgit v1.2.3