fixed colors in navbar
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-22 15:36:51) dev
|
||||
Version 2.00.0 (2012-08-22 15:48:41) dev
|
||||
|
||||
@@ -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,
|
||||
|
||||
+1
-1
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*/
|
||||
|
||||
Reference in New Issue
Block a user