Vertically center floating header text

This commit is contained in:
Paul Adam Davis 2014-08-01 09:02:11 +01:00
parent 9570f28719
commit 954c091845
2 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,8 @@
.entry-word-count {
float: right;
position: relative;
top: 2px;
}
}

View File

@ -103,7 +103,7 @@ main {
right: 0;
z-index: 400;
height: 40px;
padding: 6px 15px 14px;
padding: 8px 15px 12px;
text-transform: uppercase;
color: $brown;
//Transparent gradient to make bg fade out as it goes out the top.