aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorIgor Minar2010-11-29 13:25:34 -0800
committerIgor Minar2010-11-29 16:47:20 -0800
commitcc315ef4cc2a24e9ae8bcdc560918a6e65eb4def (patch)
treef08c6965743ed66ccc95632b9687decff00379b8 /docs/index.html
parent41c233ada1f21edcb168e94106dfd7e4b9679bbf (diff)
downloadangular.js-cc315ef4cc2a24e9ae8bcdc560918a6e65eb4def.tar.bz2
renaming #section to #main in docs html/css
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index cabfe6cd..6f759d52 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
<body>
<div id="header">
<h1>
- <span class="section-title">{{getTitle()}}</span>
+ <span class="main-title">{{getTitle()}}</span>
<a href="index.html"><span class="angular">&lt;angular/&gt;</span> Docs</a>
</h1>
</div>
@@ -37,7 +37,7 @@
</li>
</ul>
</div>
- <div id="section">
+ <div id="main">
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
<ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
</div>