diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-11 13:55:54 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-11 13:55:54 +0100 |
commit | 85473ecf94e92cd0e6503e4d27ea26452076aafd (patch) | |
tree | 77ab8835213eb71920779aab36d5657871fcbfff /theme/base/css | |
parent | 08901c98c4129c1d7707acb470e18f1056f2502e (diff) |
Removed styles from entity_remote_subscribe (doesn't need special
treatment) in default and identica themes
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d3b9d7cdc..e88e1f222 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -670,8 +670,7 @@ display:block; text-align:left; width:100%; } -.entity_actions a, -.entity_remote_subscribe { +.entity_actions a { text-decoration:none; font-weight:bold; display:block; @@ -696,14 +695,6 @@ padding-left:23px; padding:2px 4px 1px 26px; } -.entity_remote_subscribe { -padding:4px; -border-width:2px; -border-style:solid; -border-radius:4px; --moz-border-radius:4px; --webkit-border-radius:4px; -} .entity_actions .accept { margin-bottom:18px; } |