BUGFIX: styling

This commit is contained in:
Sam 2014-04-30 17:04:54 +10:00
parent e964ca4d4e
commit 85e7033410
1 changed files with 3 additions and 1 deletions

View File

@ -263,7 +263,7 @@ nav.post-controls {
top: 4px; top: 4px;
z-index: 1; z-index: 1;
font-size: 13px; font-size: 13px;
width: 100%; width: 300px;
a { a {
font-weight: bold; font-weight: bold;
color: lighten($primary_text_color, 25%); color: lighten($primary_text_color, 25%);
@ -580,6 +580,7 @@ iframe {
.names, .user-title { .names, .user-title {
display: inline; display: inline;
font-size: 13px;
} }
.main-avatar img { .main-avatar img {
@ -599,6 +600,7 @@ iframe {
.username a { .username a {
font-weight: bold; font-weight: bold;
color: lighten($primary_text_color, 25%); color: lighten($primary_text_color, 25%);
font-size: 13px;
} }
.new-user a { .new-user a {