2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-17 15:25:50 +00:00

CSS fixes: fixed height and smoother header rendering

This commit is contained in:
Romain 2017-01-26 15:55:36 +11:00
parent 22e0c88608
commit 043d2fbb05
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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;
}