1.1 --- a/static/css/bootstrap.css Sat Jan 18 10:22:25 2014 +0100
1.2 +++ b/static/css/bootstrap.css Sat Jan 18 10:49:41 2014 +0100
1.3 @@ -6019,12 +6019,26 @@
1.4 .col-yellow {
1.5 background: rgba(253, 201, 26, 0.6);
1.6 }
1.7 +.module-course {
1.8 + background-color: #f5f5f5;
1.9 +}
1.10 /* Footer
1.11 ------------------------------------ */#footer {
1.12 height: 60px;
1.13 - background-color: #f5f5f5;
1.14 }
1.15 #footer > .container {
1.16 padding-left: 15px;
1.17 padding-right: 15px;
1.18 }
1.19 +.carousel-control.left {
1.20 + background-image: none;
1.21 + filter: 0;
1.22 +}
1.23 +.carousel-control.right {
1.24 + background-image: none;
1.25 + filter: 0;
1.26 +}
1.27 +.module-imprint {
1.28 + border-top: 1px solid #f5f5f5;
1.29 + padding: 20px 0;
1.30 +}