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-18 14:26:30 +0100
commit052466ceab9666b30b6ee38bbb5774b1070618ad (patch)
tree35e8eb77b566a0bb9289ffc95f7d7572c53991b7 /theme
parentd8a533274fa6354072a2acb66bd1574ecaec2c02 (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;