diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-28 00:03:12 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-28 00:03:12 +0000 |
commit | 824ffde8ed06ad4f22c765a342aa322d2f27baf0 (patch) | |
tree | c7625f0c2cfe3d57a81457a28a8f949df56f1e74 /html/Ocean.std-theme | |
parent | d899296a5358c882a1f3fd7505dd711bf3f6c30d (diff) |
make info block and package bar links be floatable by placing them first in the dom tree
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 5276a419..061506ee 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -52,10 +52,9 @@ h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 { ul.links { list-style: none; text-align: left; - position: absolute; - right: 5px; - top: 5px; + float: right; display: inline-table; + margin-left: 1em; } ul.links li { @@ -65,7 +64,9 @@ ul.links li { padding: 0; } -ul.links li a { padding: 5px 10px; } +ul.links li a { + padding: 0.2em 0.5em; +} .hide { display: none; } .show { display: inherit; } @@ -138,7 +139,7 @@ img.coll { background: rgb(41,56,69); border-top: 5px solid rgb(78,98,114); color: #ddd; - padding: 5px; + padding: 0.2em; position: relative; text-align: left; } @@ -170,9 +171,8 @@ dl.info { font-size: 75%; color: rgb(78,98,114); background-color: #fff; - max-width: 20em; - margin-top: -6em; - margin-bottom: 1em; + max-width: 40%; + margin: -1em 0 1em 1em; } dl.info dt { |