From: Sarven Capadisli Date: Thu, 25 Mar 2010 16:47:04 +0000 (+0100) Subject: If indenting is disabled on the output, this fixes the entity_tags crop X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c066e5285c12be5ccf243e8be79dc07977f78366;p=quix0rs-gnu-social.git If indenting is disabled on the output, this fixes the entity_tags crop --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b0ab02bcec..f48bdf55e7 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;