mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
Fx CSS bug
Fix CSS bug.
This commit is contained in:
parent
fd15c8bc68
commit
8e76270d3c
2 changed files with 17 additions and 5 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------------------------*/
|
||||
|
|
@ -688,3 +699,4 @@ h1.title-post a:hover, h2.title-index a:hover {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue