From 043d2fbb053a4df23e89f62d3a8e6ebdd8d33c4a Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 26 Jan 2017 15:55:36 +1100 Subject: [PATCH] CSS fixes: fixed height and smoother header rendering --- templates/themes/cards/theme.less | 3 ++- templates/themes/mosaic/theme.less | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/themes/cards/theme.less b/templates/themes/cards/theme.less index 72ea2b7..e4e8824 100755 --- a/templates/themes/cards/theme.less +++ b/templates/themes/cards/theme.less @@ -35,7 +35,6 @@ body { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: lighter; - -webkit-font-smoothing: antialiased; } a { @@ -115,6 +114,8 @@ nav.breadcrumbs a { } #albums a { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; display: inline-block; margin-right: 2em; margin-bottom: 3em; diff --git a/templates/themes/mosaic/theme.less b/templates/themes/mosaic/theme.less index 5a4d0f2..0989d2b 100644 --- a/templates/themes/mosaic/theme.less +++ b/templates/themes/mosaic/theme.less @@ -38,7 +38,6 @@ body { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: lighter; - -webkit-font-smoothing: antialiased; } a { @@ -87,6 +86,8 @@ h1 a { // ----------------------------------- nav.breadcrumbs { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; margin: 0; padding: 1.5em; font-weight: bold; @@ -182,6 +183,7 @@ nav.breadcrumbs .separator { #albums .grid img { display: block; + height: 60px; width: 60px; }