# HG changeset patch # User stetrabby # Date 1390038581 -3600 # Node ID f30cccb86f7f0c7aed149f90e55ecfefe5df51e8 # Parent d1524a27c8bec492c9df3dbe99064a7a071600fe imprint and privacy link added, padding and view fixed diff -r d1524a27c8be -r f30cccb86f7f static/css/bootstrap.css --- a/static/css/bootstrap.css Sat Jan 18 10:22:25 2014 +0100 +++ b/static/css/bootstrap.css Sat Jan 18 10:49:41 2014 +0100 @@ -6019,12 +6019,26 @@ .col-yellow { background: rgba(253, 201, 26, 0.6); } +.module-course { + background-color: #f5f5f5; +} /* Footer ------------------------------------ */#footer { height: 60px; - background-color: #f5f5f5; } #footer > .container { padding-left: 15px; padding-right: 15px; } +.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; +} 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 diff -r d1524a27c8be -r f30cccb86f7f templates/footer.html --- a/templates/footer.html Sat Jan 18 10:22:25 2014 +0100 +++ b/templates/footer.html Sat Jan 18 10:49:41 2014 +0100 @@ -1,7 +1,9 @@