summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-18 14:26:30 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:18:21 +0100
commit8336e241797e588d7ca7df8792c70839c0ddfd09 (patch)
tree2762a223535018356e546fab331b3b3c1129456a /theme
parentc11064a5398db824f2623c5763b3fdfdf8ae3c39 (diff)
Using &#8230; (hellip) instead of "more" for link text
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 9044021f5..757ce7ff1 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1288,12 +1288,6 @@ padding-left:16px;
.notice .attachment.more {
padding-left:0;
}
-.notice .attachment.more:before {
-content:'( ';
-}
-.notice .attachment.more:after {
-content:' )';
-}
.notice .attachment img {
position:absolute;
top:18px;