diff options
Diffstat (limited to 'html-test/ref/ocean.css')
-rw-r--r-- | html-test/ref/ocean.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/html-test/ref/ocean.css b/html-test/ref/ocean.css index 428040bc..fcf23810 100644 --- a/html-test/ref/ocean.css +++ b/html-test/ref/ocean.css @@ -159,6 +159,8 @@ p.caption.expander { .instance.collapser, .instance.expander { margin-left: 0px; background-position: left center; + min-width: 9px; + min-height: 9px; } @@ -379,21 +381,16 @@ div#style-menu-holder { #interface h5 + div.top { margin-top: 1em; } -#interface p.src .link { +#interface .src .selflink, +#interface .src .link { float: right; color: #919191; - border-left: 1px solid #919191; background: #f0f0f0; padding: 0 0.5em 0.2em; - margin: 0 -0.5em 0 0.5em; + margin: 0 -0.5em 0 0; } - -#interface td.src .link { - float: right; - color: #919191; +#interface .src .selflink { border-left: 1px solid #919191; - background: #f0f0f0; - padding: 0 0.5em 0.2em; margin: 0 -0.5em 0 0.5em; } |