diff --git a/WebKit/css/default.css b/WebKit/css/default.css index ad31028..1c5e627 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -81,7 +81,7 @@ body > ol > li:after, header.profile:after { header.profile img { float: left; margin: 0 10px 10px 0; - max-height: 100px; + max-height: 300px; max-width: 100px; border-radius: 10px; } @@ -126,9 +126,9 @@ p { float: left; margin-left: 2px; width: 48px; - height: 48px; + max-height: 300px; border: 0px solid #f00; - -webkit-border-radius: 8px; + border-radius: 8px; cursor: pointer; }