2015-03-06 21:58:53 +01:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
.starter-template {
|
2016-05-22 11:47:46 +02:00
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 60px;
|
2015-03-06 21:58:53 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
text-align: right;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2015-03-09 20:06:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
2015-03-13 22:40:27 +01:00
|
|
|
color: #a94442;
|
2015-03-12 08:02:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pitstop {
|
2015-03-22 10:07:15 +01:00
|
|
|
}
|
2016-05-22 11:47:46 +02:00
|
|
|
//.navbar-fixed-bottom{
|
|
|
|
//margin-bottom:20px;
|
|
|
|
//}
|
2015-03-22 10:07:15 +01:00
|
|
|
.nav-pills > li > a {
|
|
|
|
border: 1px solid;
|
2016-05-22 11:47:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
h3:before{
|
|
|
|
content:"― ";
|
|
|
|
}
|
|
|
|
h3:after{
|
|
|
|
content:" ―";
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen
|
|
|
|
and (min-device-width : 320px)
|
|
|
|
and (max-device-width : 568px) {
|
|
|
|
h3:before{
|
|
|
|
content:"";
|
|
|
|
}
|
|
|
|
h3:after{
|
|
|
|
content:"";
|
|
|
|
}
|
|
|
|
#charts_tabs {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
#charts_tabs-content {
|
|
|
|
display:none;
|
|
|
|
}
|
2015-03-12 08:02:17 +01:00
|
|
|
}
|