Worked on getting started page.

This commit is contained in:
Daniel Buckmaster 2014-04-01 16:09:21 +11:00
parent 02a805a77b
commit 7691d7dc55
2 changed files with 49 additions and 2 deletions

View file

@ -6,6 +6,15 @@ body {
* Bootstrap overrides
*/
.borderless th,
.borderless td {
border: none !important;
}
tr.hrule {
border-bottom: 1px solid #ddd;
}
.container {
max-width: 760px!important;
}