diff --git a/public/themes/cerulean/style.less b/public/themes/cerulean/style.less index c32476509f..a32751e9e1 100644 --- a/public/themes/cerulean/style.less +++ b/public/themes/cerulean/style.less @@ -2,6 +2,8 @@ body { background: #fdfdfd; + font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; + font-size: 16px; } .jumbotron { diff --git a/public/themes/cerulean/users.less b/public/themes/cerulean/users.less index 097e697139..3b188629db 100644 --- a/public/themes/cerulean/users.less +++ b/public/themes/cerulean/users.less @@ -10,9 +10,9 @@ padding: 0; margin: 0px; margin-left: -6px; // todo: check why do I have to do this? - max-width: 164px; - width: 164px; - height: 164px; + max-width: 163px; + width: 163px; + height: 163px; a { padding: 0; @@ -21,8 +21,8 @@ img { padding: 0; margin: 0; - width: 164px; - height: 164px; + width: 163px; + height: 163px; border: 1px solid #777; border-radius: 0; @@ -35,7 +35,7 @@ padding: 2px; position: absolute; bottom: 0px; - width: 164px; + width: 163px; a, span, i { color: white; } diff --git a/public/themes/vanilla/home.less b/public/themes/vanilla/home.less index cd6e514171..6d47c1302e 100644 --- a/public/themes/vanilla/home.less +++ b/public/themes/vanilla/home.less @@ -3,7 +3,7 @@ h4 { font-weight: 700; - line-height: 20px; + line-height: 21px; text-align: left; white-space: nowrap; overflow: hidden;