diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
| commit | daa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch) | |
| tree | afc49034ee5fddafd830a90122bccd4e804e2be1 /themes/admin_wind/css | |
| parent | fbb6a86f94deba1c2a65e7371be210fe4520351e (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 'themes/admin_wind/css')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3aee0719..d006463d 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -5,7 +5,6 @@ * * Sheet organization: * 1) Basic HTML elements - * 2) Reusable classes * 3) Reusable content blocks * 4) Page layout containers * 5) Content blocks in specific layout containers @@ -240,29 +239,6 @@ li.gError select { } /** ******************************************************************* - * 2) Reusable generic classes - *********************************************************************/ - -.inactive, .understate { - color: #ccc; - font-weight: normal; -} - -.left { - float: left; - margin: 1em 1em 1em 0; -} - -.right { - float: right; - margin: 1em 0 1em 1em; -} - -.txtright { - text-align: right; -} - -/** ******************************************************************* * 3) Reusable content blocks *********************************************************************/ |
