diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-18 14:26:30 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-18 14:26:30 +0100 |
commit | 052466ceab9666b30b6ee38bbb5774b1070618ad (patch) | |
tree | 35e8eb77b566a0bb9289ffc95f7d7572c53991b7 /theme/base | |
parent | d8a533274fa6354072a2acb66bd1574ecaec2c02 (diff) |
Using … (hellip) instead of "more" for link text
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 6 |
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; |