diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-13 15:11:59 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-13 15:11:59 +0000 |
commit | d9c7695f4d72cfe66c2d49a0913f173758c243e9 (patch) | |
tree | 3bc1f381c0f9828a5712adba2330d4d633fd58f9 /html | |
parent | 31999b7607f70d359fc3f9feb959bf583f0535a7 (diff) |
adjusted margin to 2em, 1 wasn't enough
Diffstat (limited to 'html')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 2cd55c54..16d86734 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -172,7 +172,7 @@ img.coll { #content { margin: 0 auto; - padding: 0 1em; + padding: 0 2em; } #package-header { @@ -187,7 +187,7 @@ img.coll { #package-header .caption { background: url(hslogo-16.png) no-repeat 0em; color: white; - margin: 0 1em; + margin: 0 2em; font-weight: normal; font-style: normal; padding-left: 2em; |