aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-08-29 17:07:17 +0000
committerMark Lentczner <markl@glyphic.com>2010-08-29 17:07:17 +0000
commite4a332d7f2a4e15cc80a28749ce9c83042fd7a5d (patch)
treed1934c86ac1abce3e79a8110ff4ce32af5b4bba5 /html
parent2b2112e11c123e0398a7afd2fbf63e5f1b004827 (diff)
move TOC and Info blocks down 0.5em to improve layout issue w/Test.hs
Diffstat (limited to 'html')
-rw-r--r--html/Ocean.std-theme/ocean.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css
index 171c72e3..e0ba8b0c 100644
--- a/html/Ocean.std-theme/ocean.css
+++ b/html/Ocean.std-theme/ocean.css
@@ -216,8 +216,10 @@ table.info {
color: rgb(78,98,114);
background-color: #fff;
max-width: 40%;
- margin: -1em 0 1em 1em;
border-spacing: 0;
+ position: relative;
+ top: -0.5em;
+ margin: 0 0 0 2em;
}
.info th {
@@ -283,10 +285,8 @@ div#style-menu-holder {
background: #faf9dc;
border: 1px solid #d8d7ad;
padding: 0.5em 1em;
- position: relative;
- top: 0em;
- margin: 0 0 1em 1em;
max-width: 20em;
+ margin: 0.5em 0 1em 1em;
}
#table-of-contents .caption {