diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-13 15:50:22 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-13 15:50:22 +0000 |
commit | 7c1c4e57b72efda55af5039693ccd1a4eb31ef77 (patch) | |
tree | 5083d735ca3009152f5f37d17e67917bc673d9dc /html | |
parent | 480d6ea8edc73342429af6ef9d4b482a1db68d69 (diff) |
more space between elements
Diffstat (limited to 'html')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 3fb799cb..d7eac671 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -355,7 +355,7 @@ div#style-menu-holder { /* @group Main Content */ -#interface div.top { margin: 1em 0 0.5em 0; } +#interface div.top { margin: 1em 0 2em 0; } #interface p.src .link { float: right; |