1.1 --- a/static/css/bootstrap.css Fri Jan 17 16:51:06 2014 +0100
1.2 +++ b/static/css/bootstrap.css Fri Jan 17 16:54:20 2014 +0100
1.3 @@ -6006,21 +6006,18 @@
1.4 margin-bottom: 0px;
1.5 border-bottom: 3px solid #f0f0f0;
1.6 }
1.7 -/* Content
1.8 +/* Module
1.9 ------------------------------------ */
1.10 -.course {
1.11 - background: #f8f8f8;
1.12 - padding: 15px 0;
1.13 -}
1.14 -.course h1 {
1.15 - color: #125883;
1.16 -}
1.17 -.course p {
1.18 - color: #fdc91a;
1.19 -}
1.20 -.themen {
1.21 - background: #999999;
1.22 - padding: 15px 0;
1.23 +.module-gallery {
1.24 + background: url('../images/python_blender.jpg') no-repeat 0px -200px;
1.25 + background-size: 2000px 884px;
1.26 +}
1.27 +.module-gallery .module-content {
1.28 + height: 440px;
1.29 + position: relative;
1.30 +}
1.31 +.col-yellow {
1.32 + background: rgba(253, 201, 26, 0.6);
1.33 }
1.34 /* Footer
1.35 ------------------------------------ */#footer {