Tweak CSS, fix loding order
This commit is contained in:
parent
722bd8c008
commit
350371f79d
5 changed files with 18 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ body {
|
|||
}
|
||||
|
||||
#content {
|
||||
padding-bottom: 45px;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue