diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 15:03:28 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-22 15:03:28 -0700 |
commit | 34ff60a039ee406ed77ff4b66608ce6b65ba727e (patch) | |
tree | 09af4d3377e6fa29282cb18e5894204c3e273b63 /themes/admin_default/css | |
parent | 6b552fb07c8a162c9755895c132c6985c9dd1ddc (diff) | |
parent | ec61cd5031c01028dee3435d6b25430ab068ec01 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r-- | themes/admin_default/css/screen.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index de4d2413..862f1fc1 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -77,14 +77,14 @@ **********************************************************************/ .gView { - min-width: 974px !important; + min-width: 974px !important; } #gHeader { - background-color: #e8e8e8; - border-bottom: 1px solid #ccc; + background-color: #e8e8e8; + border-bottom: 1px solid #ccc; margin-bottom: 20px; - padding: 0 20px; + padding: 0 20px; } #gContent { @@ -171,7 +171,7 @@ } #gSiteStatus { - margin-bottom: 0; + margin-bottom: 0; } #gContent .gItem { |