Merge pull request #118 from PaulAdamDavis/nowrap-fix

Add nowrap to date & rss button
This commit is contained in:
John O'Nolan 2014-08-12 13:13:35 +02:00
commit 15d2aa09f4
1 changed files with 2 additions and 0 deletions

View File

@ -603,6 +603,7 @@ margin on the iframe, cause it breaks stuff. */
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
line-height: 35px; line-height: 35px;
white-space: nowrap;
border-radius: 3px; border-radius: 3px;
transition: all ease 0.3s; transition: all ease 0.3s;
} }
@ -791,6 +792,7 @@ body:not(.post-template) .post-title {
border-left: #d5dbde 1px solid; border-left: #d5dbde 1px solid;
text-transform: uppercase; text-transform: uppercase;
font-size: 1.3rem; font-size: 1.3rem;
white-space: nowrap;
} }
.user-image { .user-image {