# HG changeset patch
# User Hans Richter
# Date 1385896295 -3600
# Node ID 1d79576708e04f49307fe2efe8bc318a3e68632c
# Parent e802fa8227df3d2af716a17fc8a3bc013f7ed680
Modifications:pymove3d.css
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,