From: Sarven Capadisli Date: Mon, 1 Feb 2010 23:17:12 +0000 (+0000) Subject: Fixed margin-left on lists inside .hentry and .form_settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dabfe19098e6d2d5d12ba4a980bc42f40d365a97;p=quix0rs-gnu-social.git Fixed margin-left on lists inside .hentry and .form_settings --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2240e42afc..b5cfab7e9c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1412,6 +1412,9 @@ margin-bottom:18px; .hentry .entry-content li li { margin-left:18px; } +.hentry .entry-content .form_settings ul { +margin-left:0; +} #content #plugin_authors { min-width:122px;