Update to Bootstrap 2.0

This commit is contained in:
2012-02-05 23:26:49 +00:00
parent 94da855782
commit 89083e7469
6 changed files with 61 additions and 46 deletions

View File

@@ -2,15 +2,11 @@
* StatusBoard normal stylesheet
*
*/
@import url('http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css');
@CHARSET "UTF-8";
@media all {
body {
margin: 0em;
margin-top: 60px;
padding-top: 40px;
padding: 0em;
font-family: verdana, helvetica, sans-serif;
background: #F7F7F7;
}
@@ -55,6 +51,17 @@
list-style: none;
margin-left: 0px;
}
/*
CV
*/
#cv div.row {
margin-bottom: 1.0em;
}
#cv h4 {
margin-top: 0.75em;
}
}
@media print {