diff options
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 83fab7fad..166044c71 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -391,13 +391,15 @@ float:left; } #aside_primary { -width:286px; +width:284px; float:left; margin-left:2px; padding:18px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; +border-width:1px; +border-style:solid; } /*Start: FORM NOTICE*/ @@ -790,9 +792,6 @@ text-decoration:none; .vcard .url:hover { text-decoration:underline; } -.vcard .fn { -font-style:italic; -} .notice .entry-title { float:left; |