Added stuff to engine page.

This commit is contained in:
Daniel Buckmaster 2014-03-10 18:00:46 +11:00
parent 2366c192a2
commit c9c4e68bec
12 changed files with 249 additions and 64 deletions

View file

@ -42,6 +42,11 @@
* Site
*/
h4 a,
h4 a:hover {
color: rgb(51, 51, 51);
}
.dropdown-toggle i {
margin-left: 0.3em;
}
@ -108,3 +113,13 @@
margin-top: -60px;
padding-top: 70px;
}
img.made-with-torque {
width: 128px;
border-radius: 3px;
}
img.feature {
width: 128px;
border-radius: 3px;
}