diff --git a/VERSION b/VERSION index bffc564b..5dfb75ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-17 23:36:32) dev +Version 2.00.0 (2012-06-18 17:07:27) dev diff --git a/applications/welcome/static/css/bootswatch.css b/applications/welcome/static/css/bootswatch.css index 5a56a675..07326c5a 100644 --- a/applications/welcome/static/css/bootswatch.css +++ b/applications/welcome/static/css/bootswatch.css @@ -14,7 +14,7 @@ li {margin-bottom: 0;} /*bootswatch*/ #navbar{float:none;position:absolute;bottom:-10px;left:4px;} } -.jumbotron h1 { +.mastheader h1 { margin-bottom: 9px; font-size: 81px; font-weight: bold; @@ -22,11 +22,11 @@ li {margin-bottom: 0;} /*bootswatch*/ line-height: 1; } -.subhead h1 { +.mastheader h1 { font-size: 54px; } -.jumbotron small { +.mastheader small { font-size: 20px; font-weight: 300; } @@ -68,7 +68,7 @@ li {margin-bottom: 0;} /*bootswatch*/ display:inline-block; } -.icon-chevron-right { +.chevron-right { border-left: 4px solid #000; border-right: 4px solid transparent; border-bottom: 4px solid transparent; @@ -92,5 +92,7 @@ li {margin-bottom: 0;} /*bootswatch*/ #navbar .auth_navbar, #navbar .auth_navbar a {color:inherit;} .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 overwrites bootswatch theme */ +#navbar .auth_navbar a:hover {color:white;text-decoration:none;} /* this overwrite bootswatch */ +[class^="icon-"],[class*=" icon-"]{background-image:url("../images/glyphicons-halflings.png")} /* right folder for bootstrap black images/icons */ +.icon-white{background-image:url("../images/glyphicons-halflings-white.png");} /* right folder for bootstrap white images/icons */ \ No newline at end of file diff --git a/applications/welcome/views/layout.html b/applications/welcome/views/layout.html index f4eff90f..afb7c64c 100644 --- a/applications/welcome/views/layout.html +++ b/applications/welcome/views/layout.html @@ -68,7 +68,7 @@ }); jQuery('.nav li li').each(function(){ if(jQuery(this).find('ul').length) - jQuery(this).children('a').contents().before(''); + jQuery(this).children('a').contents().before(''); }); }); @@ -87,12 +87,12 @@ web2py™ +
@@ -102,7 +102,7 @@