0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Vertically center floating header text

This commit is contained in:
Paul Adam Davis 2014-08-01 09:02:11 +01:00
parent 140c16554f
commit ffcb80e54e
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.