renaming #section to #main in docs html/css

This commit is contained in:
Igor Minar 2010-11-29 13:25:34 -08:00
parent 41c233ada1
commit cc315ef4cc
2 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ a {
}
#sidebar,
#section {
#main {
position: absolute;
top: 3.5em;
bottom: 0;
@ -33,7 +33,7 @@ a {
padding: 0.8em 0.8em 1.5em 0.8em;
}
#section {
#main {
left: 14.6em;
right: 0;
padding: 1em 0.5em 1em 1em;
@ -71,28 +71,28 @@ a {
}
/* Main Section Style */
/* Main main Style */
#section h1 {
#main h1 {
font-family: monospace;
margin-top: 0;
padding-bottom: 5px;
border-bottom: 1px solid #CCC;
}
#section h2 {
#main h2 {
margin-top: 1.8em;
}
#section h1 + h2 {
#main h1 + h2 {
margin-top: 1.3em;
}
#section h3 {
#main h3 {
margin-top: 1.5em;
}
.section-title {
.main-title {
float: right;
}
@ -240,6 +240,6 @@ a {
background-color:#eee;
}
#section::-webkit-scrollbar {
#main::-webkit-scrollbar {
background-color:#fff;
}

View file

@ -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>