diff -r d1524a27c8be -r f30cccb86f7f static/less/pymove3d.less --- a/static/less/pymove3d.less Sat Jan 18 10:22:25 2014 +0100 +++ b/static/less/pymove3d.less Sat Jan 18 10:49:41 2014 +0100 @@ -70,13 +70,22 @@ position: relative; } .col-yellow {background:@yellow-light;} +.module-course {background-color: #f5f5f5;} /* Footer ------------------------------------ */ #footer { height: 60px; - background-color: #f5f5f5; } #footer > .container { padding-left: 15px; padding-right: 15px; -} \ No newline at end of file +} +.carousel-control.left { + background-image: none; + filter: 0; +} +.carousel-control.right { + background-image:none; + filter: 0; +} +.module-imprint {border-top:1px solid #f5f5f5; padding:20px 0;} \ No newline at end of file