diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 17:53:37 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-25 17:53:37 +0000 |
commit | 89f32432bace26feb46299728ce2878fc5df4d20 (patch) | |
tree | 8be65445cbc80535568584c764898845151a6992 /theme/pigeonthoughts/css/base.css | |
parent | 66a959a7762474e00264ddf942fb7b681bdf2045 (diff) |
Updated pigeonthoughts theme
Diffstat (limited to 'theme/pigeonthoughts/css/base.css')
-rw-r--r-- | theme/pigeonthoughts/css/base.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/theme/pigeonthoughts/css/base.css b/theme/pigeonthoughts/css/base.css index 5d5eb9896..f2256b7ca 100644 --- a/theme/pigeonthoughts/css/base.css +++ b/theme/pigeonthoughts/css/base.css @@ -893,38 +893,28 @@ left:29px; .notice-options .notice_delete { right:0; } -.notice-options .notice_reply dt { -display:none; -} - .notice-options input, .notice-options a { text-indent:-9999px; outline:none; } - -.notice-options .notice_reply a, .notice-options input.submit { display:block; border:0; } -.notice-options .notice_reply a, -.notice-options .notice_delete a { +.notice-options .notice_reply, +.notice-options .notice_delete { text-decoration:none; padding-left:16px; } - .notice-options form input.submit { width:16px; padding:2px 0; } - -.notice-options .notice_delete dt, .notice-options .form_favor legend, .notice-options .form_disfavor legend { display:none; } -.notice-options .notice_delete fieldset, .notice-options .form_favor fieldset, .notice-options .form_disfavor fieldset { border:0; |