ffrs-fw-dl/css/styles.css

22 lines
443 B
CSS
Raw Normal View History

/**
* @author Caspar Armster
* @copyright 2016 Caspar Armster, Freifunk Hennef
* @license Licensed under GPLv3
*
*/
.panel-footer {
font-size: 80%;
}
.btn-primary {
background-color: #dc0067 !important;
border-color: #cc0057 !important;
}
.panel-primary > .panel-heading {
background-color: #000000 !important;
2016-07-17 09:36:06 +00:00
}
@media (min-width: 1200px) {
.container{
width:auto;
max-width: 1550px;
}
}