fixed colors in navbar

This commit is contained in:
mdipierro
2012-08-22 15:48:45 -05:00
parent 7e5726a247
commit e36a3f9e33
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-22 15:36:51) dev
Version 2.00.0 (2012-08-22 15:48:41) dev
+1 -1
View File
@@ -35,7 +35,7 @@ def _():
ctr = request.controller
# useful links to internal and external resources
response.menu+=[
(SPAN('web2py',_style='color:yellow'),False, 'http://web2py.com', [
('web2py',False, 'http://web2py.com', [
(T('My Sites'),False,URL('admin','default','site')),
(T('This App'),False,URL('admin','default','design/%s' % app), [
(T('Controller'),False,
File diff suppressed because one or more lines are too long
@@ -80,7 +80,7 @@ body {
.ie-lte7 #navbar .auth_navbar, #navbar .auth_navbar a {color:expression(this.parentNode.currentStyle['color']); /* ie7 doesn't support inherit */}
#navbar .auth_navbar a:hover {color:white;text-decoration:none;} /* this overwrite bootswatch */
// #navbar .auth_navbar a:hover {color:white;text-decoration:none;} /* this overwrite bootswatch */
body {
height:auto; /*to avoid vertical scroll bar*/