diff options
author | Evan Prodromou <evan@status.net> | 2009-12-11 09:58:53 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-11 09:58:53 -0500 |
commit | 4919671bbd3b9d59922990a6a9b2a9eb1414f338 (patch) | |
tree | 526be3ad3396be04926eaf95ccdd049a43478824 /theme/base | |
parent | 2c9b30a31b97a4d03d0f246c9ad938e44c1efc23 (diff) | |
parent | 85473ecf94e92cd0e6503e4d27ea26452076aafd (diff) |
Merge branch '0.9.x' into forward
Diffstat (limited to 'theme/base')
-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; } |