Use tooltip on status page and fix fonts

This commit is contained in:
Joseph Cohen
2015-01-08 12:06:34 -06:00
parent 27ad8f731d
commit 9ef7b5e314
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ body.status-page {
background-color: #F0F3F4;
color: #333333;
font-size: 1.4em;
font-weight: 300;
font-weight: $base-font-weight;
-webkit-font-smoothing: antialiased;
hr {
margin-top: 10px;