aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorBrenton2013-07-15 16:00:51 -0700
committerIgor Minar2013-07-31 11:48:13 -0700
commit24a4450f2b4bcc5b616fae34b6815252896d1756 (patch)
tree4863ba63455b2d5d8dcf3887a133b264f4e9a608 /docs/src/templates/index.html
parentfad626f3047cd4ff31fe7a4181ca63f275adbae6 (diff)
downloadangular.js-24a4450f2b4bcc5b616fae34b6815252896d1756.tar.bz2
docs(header): replace logo.png with logo.svg
The current logo looks awful on high-density displays. SVG is a better choice because it can scale to any resolution without increasing file size. Amending #2775 to add support for IE 8 by falling back to existing PNG with img.onerror Using relative URLs as directed by @btford and @petebacondarwin. (commit by Brenton Simpson - @appsforartists) Closes #2874
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 3f3e83c8..2cfd6c9d 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -122,8 +122,8 @@
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
- <a class="brand" href="http://angularjs.org" style="padding-top: 6px; padding-bottom: 0;">
- <img class="AngularJS-small" src="http://angularjs.org/img/AngularJS-small.png">
+ <a class="brand" href="http://angularjs.org">
+ <img class="logo" src="img/angularjs-for-header-only.svg">
</a>
<ul class="nav">
<li class="divider-vertical"></li>
@@ -274,7 +274,7 @@
<a href="{{page.url}}" tabindex="2">{{page.shortName}}</a>
</li>
</ul>
-
+
<ul class="nav nav-list well api-list-item" ng-repeat="module in modules track by module.url">
<li class="nav-header module">
<a class="guide" href="{{URL.module}}">module</a>