From 8e76270d3c0b98fda331b057456d7770dff7372e Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sat, 11 Jan 2014 10:27:00 +0700 Subject: [PATCH] Fx CSS bug Fix CSS bug. --- themes/clean/css/style.css | 8 ++++---- themes/default/css/style.css | 14 +++++++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index 3084728..9c2be43 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -30,7 +30,7 @@ a:hover{ text-decoration:underline; } -section, footer, header, aside{ +section, footer, header, aside, nav{ display: block; } @@ -593,9 +593,9 @@ aside .copyright p{ text-indent: -9999em; } -.share a.twitter { background: url(../img/share-twitter.png) left top no-repeat; } -.share a.facebook { background: url(../img/share-facebook.png) left top no-repeat; } -.share a.googleplus { background: url(../img/share-googleplus.png) left top no-repeat; } +.share a.twitter { background: url(../../default/img/share-twitter.png) left top no-repeat; } +.share a.facebook { background: url(../../default/img/share-facebook.png) left top no-repeat; } +.share a.googleplus { background: url(../../default/img/share-googleplus.png) left top no-repeat; } .share a:hover { background-position: left -26px; } diff --git a/themes/default/css/style.css b/themes/default/css/style.css index f0b5765..60f873b 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -18,6 +18,17 @@ body { font-weight:500; } +section, footer, header, aside, nav{ + display: block; +} + +img { + border: 0 none; + height: auto; + max-width: 100%; + outline: 0 none; +} + /*------------------------- Heading --------------------------*/ @@ -687,4 +698,5 @@ h1.title-post a:hover, h2.title-index a:hover { width: 100%; } -} \ No newline at end of file +} +