Replace auto generated crap with custom site

This commit is contained in:
Péter Szilágyi
2016-11-06 20:08:40 +02:00
parent 189bd745eb
commit abe2f98763
910 changed files with 4194 additions and 1023 deletions

View File

@@ -0,0 +1,12 @@
.jumbotron p {
font-size: 15px;
}
.table-hover tbody tr.latest:nth-child(even) td {
background-color: #ecf0f1;
}
.table-hover tbody tr.latest:nth-child(odd) td {
background-color: #dde4e6;
}
.table-hover tbody tr.latest:hover td {
background-color: #cfd8db;
}