Fix padding on page views: the container class interacts oddly now with the new bootstrap
This commit is contained in:
parent
f7615b2e96
commit
9d91226cff
28 changed files with 50 additions and 41 deletions
|
@ -712,4 +712,9 @@
|
|||
.rickshaw_graph {
|
||||
overflow: hidden;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.cor-container {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
|
@ -1417,6 +1417,10 @@ i.toggle-icon:hover {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.jumbotron p {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.jumbotron .disclaimer-link {
|
||||
font-size: .3em;
|
||||
vertical-align: 23px;
|
||||
|
|
Reference in a new issue