From 35556e2bf0a05083e635a15ca7af9b23dc7e9413 Mon Sep 17 00:00:00 2001 From: NN Date: Fri, 1 Mar 2013 03:32:58 +0100 Subject: [PATCH] re-fixed #179 --- WebKit/css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 9eb2364..4a5a177 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -125,8 +125,8 @@ p { .image { float: left; margin-left: 2px; - width: 48px; - max-height: 300px; + max-width: 48px; + max-height: 48px; border: 0px solid #f00; border-radius: 8px; cursor: pointer; @@ -366,4 +366,4 @@ a.youtube:before { iframe { max-width: 500px; -} \ No newline at end of file +}