Fixed carousel, started work on PR guide, fixed all sorts of things.

This commit is contained in:
Daniel Buckmaster 2014-03-25 15:08:03 +11:00
parent 7a1016aa85
commit 0352294fc3
4 changed files with 136 additions and 30 deletions

View file

@ -2,6 +2,10 @@
* Bootstrap overrides
*/
.container {
max-width: 760px;
}
.site .navbar-default {
background-color: white;
}
@ -26,13 +30,17 @@
bottom: -40px;
}
.carousel-inner a {
color: white;
}
.site .carousel-indicators li {
border-radius: 3px;
}
.site .carousel-inner .item {
width: 80%;
margin: 0 auto;
margin-left: 10%;
}
.site h1 { font-size: 24px; }