Files
django-maraudes/website/static/base.css
2016-08-11 02:08:37 +02:00

33 lines
457 B
CSS

#menu {
border-bottom: 4px solid #f47f02;
/*;#980300*/
padding-bottom: 0px;
margin-bottom: 0px;
}
.navbar-inverse {
padding:0px;
}
#menu a {
border-bottom: 1px solid transparent;
font-size: 120%;
font-weight: bold;
font-variant: small-caps;
}
#app-menu {
max-height: 40px;
margin:0px;
padding-top:0;
background: #f47f02;
}
#sidebar {
padding-top:10px;
border-bottom: 4px solid #f47f02;
border-top: 4px solid #f47f02;
}