diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-28 19:01:18 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-28 19:01:18 +0000 |
commit | 842fce48a293a2775714dcb444c67310e150cd9b (patch) | |
tree | 7f150a82247ead17cc872010c61f21f007bb74f3 /html/Ocean.std-theme | |
parent | 824ffde8ed06ad4f22c765a342aa322d2f27baf0 (diff) |
styling source links on declarations
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 061506ee..2376ab51 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -322,6 +322,15 @@ div#style-menu-holder { #interface div.top { margin: 1em 0 0.5em 0; } +#interface p.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; +} + #interface table { border-spacing: 2px; } #interface td { vertical-align: top; |