From 05a1cc6e55c645da16272e68c2779021e31e419a Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Sun, 29 Aug 2010 15:14:54 +0000 Subject: make portability block be a table - solves layout issues --- html/Classic.theme/xhaddock.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'html/Classic.theme') diff --git a/html/Classic.theme/xhaddock.css b/html/Classic.theme/xhaddock.css index 867b821a..1287ac53 100644 --- a/html/Classic.theme/xhaddock.css +++ b/html/Classic.theme/xhaddock.css @@ -162,29 +162,23 @@ div#style-menu-holder { #module-header .caption { font-size: 200%; - padding: .25em 0; + padding: .35em 0; font-weight: normal; font-style: normal; } -dl.info { +table.info { color: #ffffff; display: block; float: right; - width: 50%; + max-width: 50%; } -dl.info dt { - float: left; - width: 5em; - font-weight: bold; - display: block; +.info th, .info td { + text-align: left; + padding: 0 10px 0 0; } -dl.info dd { - display: block; - padding-left: 6em; -} #table-of-contents { margin-top: 1em; -- cgit v1.2.3