From daa3a2b43cd6e1458014e763e9640b8db16cc0c1 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 30 Sep 2009 00:32:52 -0600 Subject: First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles. --- lib/gallery.common.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index eb686bcf..0aa9cc29 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -108,12 +108,14 @@ form .g-error { * 3) Positioning and order **********************************************************************/ -.g-right { - float: right; -} - .g-left { float: left; + margin: 1em 1em 1em 0; +} + +.g-right { + float: right; + margin: 1em 0 1em 1em; } .g-first { -- cgit v1.2.3