1.1 --- a/static/css/bootstrap.css Sat Jan 18 11:36:43 2014 +0100
1.2 +++ b/static/css/bootstrap.css Sat Jan 18 11:44:25 2014 +0100
1.3 @@ -6006,19 +6006,31 @@
1.4 margin-bottom: 0px;
1.5 border-bottom: 3px solid #f0f0f0;
1.6 }
1.7 +a.link-yellow {
1.8 + color: #fdc91a !important;
1.9 + text-decoration: underline;
1.10 +}
1.11 +a.link-yellow:hover {
1.12 + color: #333333 !important;
1.13 + text-decoration: none;
1.14 +}
1.15 /* Module
1.16 ------------------------------------ */
1.17 .module-gallery {
1.18 background: url('../images/python_blender.jpg') no-repeat 0px -200px;
1.19 background-size: 2000px 884px;
1.20 + max-width: 100% !important;
1.21 }
1.22 .module-gallery .module-content {
1.23 - height: 440px;
1.24 + height: 300px;
1.25 position: relative;
1.26 }
1.27 .col-yellow {
1.28 background: rgba(253, 201, 26, 0.6);
1.29 }
1.30 +li.module-language a:first-child {
1.31 + border-right: 1px solid #125883;
1.32 +}
1.33 .module-course {
1.34 background-color: #f5f5f5;
1.35 }