diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-25 17:47:04 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:20:59 +0100 |
commit | c066e5285c12be5ccf243e8be79dc07977f78366 (patch) | |
tree | 8a81861383c64111b1925c8910faa05853644b67 /theme/base/css | |
parent | 353659764b1daef8fd078fa1c3da0a710bbe62f8 (diff) |
If indenting is disabled on the output, this fixes the entity_tags crop
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b0ab02bce..f48bdf55e 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -858,6 +858,9 @@ display:inline; display:inline; margin-right:7px; } +.entity_tags li:before { +content:'\0009'; +} .aside .section { margin-bottom:29px; |