aboutsummaryrefslogtreecommitdiff
path: root/html/Ocean.std-theme
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-08-29 15:14:54 +0000
committerMark Lentczner <markl@glyphic.com>2010-08-29 15:14:54 +0000
commit05a1cc6e55c645da16272e68c2779021e31e419a (patch)
treea1b6fc6c21d7b61579632391eedf9b7faea0afb9 /html/Ocean.std-theme
parent1de86e8aaa5719c248b03f1d3a166849fedc3919 (diff)
make portability block be a table - solves layout issues
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r--html/Ocean.std-theme/ocean.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css
index c6dc58e3..171c72e3 100644
--- a/html/Ocean.std-theme/ocean.css
+++ b/html/Ocean.std-theme/ocean.css
@@ -85,7 +85,7 @@ pre, code, kbd, samp, tt, .src {
font-size: 182%; /* 24pt */
}
-dl.info {
+.info {
font-size: 85%; /* 11pt */
}
@@ -209,7 +209,7 @@ pre {
border-bottom: 1px solid #ddd;
}
-dl.info {
+table.info {
float: right;
padding: 0.5em 1em;
border: 1px solid #ddd;
@@ -217,18 +217,11 @@ dl.info {
background-color: #fff;
max-width: 40%;
margin: -1em 0 1em 1em;
+ border-spacing: 0;
}
-dl.info dt {
- float: left;
- font-weight: bold;
- display: block;
- margin: 0 1em 0 0;
-}
-
-dl.info dd {
- display: block;
- margin: 0 0 0 6em;
+.info th {
+ padding: 0 1em 0 0;
}
div#style-menu-holder {