Update bootstrap to 2.3.1

This commit is contained in:
Eelco Dolstra
2013-04-26 14:45:20 +02:00
parent bbc3e25d5a
commit 4a2cb5e206
3 changed files with 28 additions and 9 deletions

View File

@ -56,7 +56,26 @@ table.clickable-rows > tbody > tr {
cursor: pointer;
}
h3 {
margin-top: 0.5em;
margin-bottom: 0.5em;
h2 {
font-size: 150%;
margin-bottom: 0em;
}
h3 {
font-size: 120%;
margin-top: 0.5em;
margin-bottom: 0em;
}
div.page-header {
margin-top: 0em;
margin-bottom: 1em;
}
div.page-header h1 {
margin-bottom: 0em;
}
div.page-header h1 small {
font-size: 45%;
}