From aed5a4c7882fb612117a3fb57223b7447db1378f Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 10 Jan 2009 22:39:24 +0000 Subject: --- themes/default/css/screen.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 8007a318..a268a0b3 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -245,6 +245,16 @@ li.gError select { color: #ccc; } +.left { + float: left; + margin: 1em 1em 1em 0; +} + +.right { + float: right; + margin: 1em 0 1em 1em; +} + /** ******************************************************************* * 3) Reusable content blocks *********************************************************************/ -- cgit v1.2.3