summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
commitdaa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch)
treeafc49034ee5fddafd830a90122bccd4e804e2be1 /lib
parentfbb6a86f94deba1c2a65e7371be210fe4520351e (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css10
1 files changed, 6 insertions, 4 deletions
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 {