diff -r 92d284f1a457 -r c75d501c5601 static/css/bootstrap.css --- a/static/css/bootstrap.css Sat Jan 18 11:01:11 2014 +0100 +++ b/static/css/bootstrap.css Sat Jan 18 11:29:01 2014 +0100 @@ -6006,19 +6006,31 @@ margin-bottom: 0px; border-bottom: 3px solid #f0f0f0; } +a.link-yellow { + color: #fdc91a !important; + text-decoration: underline; +} +a.link-yellow:hover { + color: #333333 !important; + text-decoration: none; +} /* Module ------------------------------------ */ .module-gallery { background: url('../images/python_blender.jpg') no-repeat 0px -200px; background-size: 2000px 884px; + max-width: 100% !important; } .module-gallery .module-content { - height: 440px; + height: 300px; position: relative; } .col-yellow { background: rgba(253, 201, 26, 0.6); } +li.module-language a:first-child { + border-right: 1px solid #125883; +} .module-course { background-color: #f5f5f5; }