mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Fixed carousel, started work on PR guide, fixed all sorts of things.
This commit is contained in:
parent
7a1016aa85
commit
0352294fc3
4 changed files with 136 additions and 30 deletions
10
css/main.css
10
css/main.css
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue