Browse Source

Fx CSS bug

Fix CSS bug.
pull/9/head
Danang Probo Sayekti 12 years ago
parent
commit
8e76270d3c
2 changed files with 17 additions and 5 deletions
  1. +4
    -4
      themes/clean/css/style.css
  2. +13
    -1
      themes/default/css/style.css

+ 4
- 4
themes/clean/css/style.css View File

@ -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; }


+ 13
- 1
themes/default/css/style.css View File

@ -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%;
}
}
}

Loading…
Cancel
Save