diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-20 00:56:35 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-20 00:56:35 +0000 |
commit | f90d0ac6c8daae0f939df75b120368976f7b4a30 (patch) | |
tree | 5528d36ca1c4d86c268069b4bcf4a69ffea59fc8 /theme | |
parent | f841dd6af4a0367f5589fa2b18a0043c0133cdd2 (diff) | |
parent | 8cc8f9fd0c0ad8d1c38bd0c113f9f0a4d7918256 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 11 | ||||
-rw-r--r-- | theme/default/css/display.css | 7 |
2 files changed, 11 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index eda04be77..8bd0ae1c4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1161,6 +1161,17 @@ width:400px; margin-right:28px; } +#settings_design_color .form_data li { +width:33%; +} +#settings_design_color .form_data label { +float:none; +} +#settings_design_color .form_data .swatch { +padding:11px; +margin-left:0; +} + .instructions ul { list-style-position:inside; } diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 1fc99eff7..e4b57ef49 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -72,13 +72,6 @@ border-top-color:#D1D9E4; border-top-color:#C3D6DF; } -#content .notice p.entry-content a:visited { -background-color:#fcfcfc; -} -#content .notice p.entry-content .vcard a { -background-color:#fcfffc; -} - #aside_primary { background-color:#CEE1E9; } |