Skip to content

Commit cc315ef

Browse files
committed
renaming #section to #main in docs html/css
1 parent 41c233a commit cc315ef

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/docs.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a {
1919
}
2020

2121
#sidebar,
22-
#section {
22+
#main {
2323
position: absolute;
2424
top: 3.5em;
2525
bottom: 0;
@@ -33,7 +33,7 @@ a {
3333
padding: 0.8em 0.8em 1.5em 0.8em;
3434
}
3535

36-
#section {
36+
#main {
3737
left: 14.6em;
3838
right: 0;
3939
padding: 1em 0.5em 1em 1em;
@@ -71,28 +71,28 @@ a {
7171
}
7272

7373

74-
/* Main Section Style */
74+
/* Main main Style */
7575

76-
#section h1 {
76+
#main h1 {
7777
font-family: monospace;
7878
margin-top: 0;
7979
padding-bottom: 5px;
8080
border-bottom: 1px solid #CCC;
8181
}
8282

83-
#section h2 {
83+
#main h2 {
8484
margin-top: 1.8em;
8585
}
8686

87-
#section h1 + h2 {
87+
#main h1 + h2 {
8888
margin-top: 1.3em;
8989
}
9090

91-
#section h3 {
91+
#main h3 {
9292
margin-top: 1.5em;
9393
}
9494

95-
.section-title {
95+
.main-title {
9696
float: right;
9797
}
9898

@@ -240,6 +240,6 @@ a {
240240
background-color:#eee;
241241
}
242242

243-
#section::-webkit-scrollbar {
243+
#main::-webkit-scrollbar {
244244
background-color:#fff;
245245
}

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body>
2626
<div id="header">
2727
<h1>
28-
<span class="section-title">{{getTitle()}}</span>
28+
<span class="main-title">{{getTitle()}}</span>
2929
<a href="index.html"><span class="angular">&lt;angular/&gt;</span> Docs</a>
3030
</h1>
3131
</div>
@@ -37,7 +37,7 @@ <h1>
3737
</li>
3838
</ul>
3939
</div>
40-
<div id="section">
40+
<div id="main">
4141
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
4242
<ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
4343
</div>

0 commit comments

Comments
 (0)