diff -r 34e14b833267 -r 83bd955e3119 static/css/pymove3d.css --- a/static/css/pymove3d.css Sat Nov 30 14:10:00 2013 +0100 +++ b/static/css/pymove3d.css Sat Nov 30 14:48:29 2013 +0100 @@ -21,13 +21,24 @@ } +/**.btn-lg { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +}**/ + .jumbotron img { float: left; + border-right: 10px solid transparent; + position: relative; + left: -50px; + } body {background-color: #e9e2d0;} -h1 {text-align: center;} +.jumbotron h1 {text-align: center; font-size: 40px;} .navbar-brand { font-weight: 600; font-size: 24px; font-family: 'gandhi_serifbold'}