diff -r 311bacddc157 -r a49b43868b34 static/css/bootstrap.css --- a/static/css/bootstrap.css Mon Mar 10 05:29:13 2014 +0100 +++ b/static/css/bootstrap.css Thu Mar 13 22:46:25 2014 +0100 @@ -5986,6 +5986,9 @@ font-weight: normal; font-style: normal; } +h4 { + line-height: 1.4em; +} /* Utilities ------------------------------------ */ #wrap > .container { @@ -5998,6 +6001,9 @@ page-break-inside: avoid; max-width: 100% !important; } +.logo-python { + margin-top: 20px; +} /* Navigation ------------------------------------ */ .navbar-nav > li > a { @@ -6030,6 +6036,10 @@ background: url('../images/python_blender.jpg') no-repeat 0px -200px; background-size: 2000px 884px; } +.module-prizes { + background: url('../images/berlin.jpg') no-repeat 0px -200px; + background-size: 1920px 981px; +} .module-gallery .module-content { height: 300px; position: relative;