aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
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/docs.css
parent41c233ada1f21edcb168e94106dfd7e4b9679bbf (diff)
downloadangular.js-cc315ef4cc2a24e9ae8bcdc560918a6e65eb4def.tar.bz2
renaming #section to #main in docs html/css
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 55002f48..367f6f0e 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -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;
}