1.1 --- a/static/css/bootstrap.css Tue Jan 21 07:28:19 2014 +0100
1.2 +++ b/static/css/bootstrap.css Tue Jan 21 09:56:14 2014 +0100
1.3 @@ -6018,6 +6018,12 @@
1.4 color: #333333 !important;
1.5 text-decoration: none;
1.6 }
1.7 +.navbar-default .navbar-nav > .active > a,
1.8 +.navbar-default .navbar-nav > .active > a:hover,
1.9 +.navbar-default .navbar-nav > .active > a:focus {
1.10 + border-bottom: 1px dotted #0e394f;
1.11 + color: #125883;
1.12 +}
1.13 /* Module
1.14 ------------------------------------ */
1.15 .module-gallery {
2.1 --- a/static/less/pymove3d.less Tue Jan 21 07:28:19 2014 +0100
2.2 +++ b/static/less/pymove3d.less Tue Jan 21 09:56:14 2014 +0100
2.3 @@ -63,6 +63,13 @@
2.4 a.link-yellow {color:@yellow !important;text-decoration:underline;}
2.5 a.link-yellow:hover {color:@gray-dark !important;text-decoration:none;}
2.6
2.7 +.navbar-default .navbar-nav > .active > a,
2.8 +.navbar-default .navbar-nav > .active > a:hover,
2.9 +.navbar-default .navbar-nav > .active > a:focus {
2.10 +border-bottom:1px dotted @blue-darker;
2.11 +color:@blue;
2.12 +}
2.13 +
2.14 /* Module
2.15 ------------------------------------ */
2.16 .module-gallery {