diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 22:39:24 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 22:39:24 +0000 |
commit | aed5a4c7882fb612117a3fb57223b7447db1378f (patch) | |
tree | b61efed3a873765765cc67a6aa44546269386feb /themes/default/css | |
parent | 5ee03eb9c80188a6f4397eba14e1ce5e23c49cac (diff) |
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 *********************************************************************/ |