diff -r e802fa8227df -r 1d79576708e0 static/css/pymove3d.css --- a/static/css/pymove3d.css Sun Dec 01 06:05:23 2013 +0100 +++ b/static/css/pymove3d.css Sun Dec 01 12:11:35 2013 +0100 @@ -41,7 +41,10 @@ .jumbotron h1 {text-align: center; font-size: 40px;} .navbar-brand { font-weight: 600; font-size: 24px; - font-family: 'gandhi_serifbold'} + font-family: 'gandhi_serifbold'; + background-color: #8ad643; + border-bottom: 1px solid transparent;} + .container { box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); @@ -57,7 +60,7 @@ .dropdown-menue { background-color: #9f9a8b;} .navbar { - background-color: #e9e2d0; + background-color: #8ad643; border: 1px solid transparent; } .navbar-default .navbar-nav > .active > a,