Tweak CSS, fix loding order

This commit is contained in:
Michael Ball 2020-01-07 23:58:25 -08:00
parent 722bd8c008
commit 350371f79d
5 changed files with 18 additions and 9 deletions

View file

@ -9,12 +9,12 @@
}
section:nth-child(even) {
background: none repeat scroll 0 0 #e0e0e0;
color: #555;
background: none repeat scroll 0 0 #eee;
color: #333;
}
section:nth-child(odd) {
background: none repeat scroll 0 0 #ffffff;
color: #7b7b7b;
color: #333;
.thumbnail {
background: none repeat scroll 0 0 #e0e0e0;
}
@ -93,6 +93,14 @@
}
}
#tickets {
a {
&:hover, &:focus {
text-decoration: none;
}
}
}
#sponsors {
.img-sponsor {
max-height: 100px;

View file

@ -14,7 +14,7 @@ body {
}
#content {
padding-bottom: 45px;
padding-bottom: 60px;
}
#footer {