Fix heade text style

This commit is contained in:
lilia 2015-08-26 10:11:12 -07:00
parent 00ef30b283
commit 877b34579a
3 changed files with 1 additions and 5 deletions

View file

@ -25,7 +25,7 @@
<li><a class='settings'>Settings</a></li>
</ul>
</div>
<span class='conversation-title'>Signal</span>
<span class='title-text'>Signal</span>
<div class='socket-status'></div>
</div>
<div class='gutter'>

View file

@ -57,8 +57,6 @@ body {
}
.title-text {
display: block;
text-align: center;
height: $header-height;
line-height: $header-height;
font-family: $roboto-light;

View file

@ -60,8 +60,6 @@ body {
float: right; }
.title-text {
display: block;
text-align: center;
height: 36px;
line-height: 36px;
font-family: Roboto-Light, "Helvetica Neue", Arial, Helvetica, sans-serif; }