1.1 --- a/static/css/pymove3d.css Sun Dec 01 06:05:23 2013 +0100
1.2 +++ b/static/css/pymove3d.css Sun Dec 01 12:11:35 2013 +0100
1.3 @@ -41,7 +41,10 @@
1.4 .jumbotron h1 {text-align: center; font-size: 40px;}
1.5 .navbar-brand {
1.6 font-weight: 600; font-size: 24px;
1.7 - font-family: 'gandhi_serifbold'}
1.8 + font-family: 'gandhi_serifbold';
1.9 + background-color: #8ad643;
1.10 + border-bottom: 1px solid transparent;}
1.11 +
1.12 .container {
1.13
1.14 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
1.15 @@ -57,7 +60,7 @@
1.16 .dropdown-menue {
1.17 background-color: #9f9a8b;}
1.18 .navbar {
1.19 - background-color: #e9e2d0;
1.20 + background-color: #8ad643;
1.21 border: 1px solid transparent;
1.22 }
1.23 .navbar-default .navbar-nav > .active > a,