Fixed hover 1px border bug

This commit is contained in:
Marcin Kurczewski 2013-11-21 23:56:00 +01:00
parent 6e62a46110
commit d636fe1c0a

View file

@ -82,12 +82,17 @@
vertical-align: top; vertical-align: top;
} }
.post .info-bar:before {
border-top: 1px solid firebrick;
margin-bottom: -1px;
content: '';
display: block;
}
.post .info-bar { .post .info-bar {
display: none; display: none;
border-top: 1px solid firebrick;
background: rgba(255, 128, 128, 0.75); background: rgba(255, 128, 128, 0.75);
position: absolute; position: absolute;
z-indeX: 3; z-index: 3;
left: 1px; /* border */ left: 1px; /* border */
right: 1px; /* border */ right: 1px; /* border */
bottom: 1px; /* border */ bottom: 1px; /* border */