diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-29 15:14:54 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-29 15:14:54 +0000 |
commit | 05a1cc6e55c645da16272e68c2779021e31e419a (patch) | |
tree | a1b6fc6c21d7b61579632391eedf9b7faea0afb9 /html/Classic.theme | |
parent | 1de86e8aaa5719c248b03f1d3a166849fedc3919 (diff) |
make portability block be a table - solves layout issues
Diffstat (limited to 'html/Classic.theme')
-rw-r--r-- | html/Classic.theme/xhaddock.css | 18 |
1 files changed, 6 insertions, 12 deletions
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; |