diff options
author | Phil Ruffwind <rf@rufflewind.com> | 2015-09-30 03:22:14 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:54:44 +0100 |
commit | 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 (patch) | |
tree | 6dc24b56fdf8d99d0d798c25621ae4f205af57a3 /html-test/ref/ocean.css | |
parent | 1b6bcd62e7f5534be45a0d5737b76d181c2d934b (diff) |
Update tests for previous commit
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; } |