docs html/css cleanup

This commit is contained in:
Igor Minar
2010-11-29 11:13:08 -08:00
parent 1cc2ad2443
commit fde2ccb3f5
2 changed files with 56 additions and 35 deletions

View File

@@ -1,3 +1,5 @@
/* Common Style */
body {
font-family: Arial, sans-serif;
font-size: 14px;
@@ -5,6 +7,13 @@ body {
padding: 0;
}
a {
color: blue;
}
/* Main Layout */
#page {
display: table-row;
}
@@ -14,18 +23,12 @@ body {
display: table-cell;
}
a {
color: blue;
#section {
width: 100%;
}
.nav-section {
margin-left: 1em;
margin-top: 0.5em;
}
.section-title {
float: right;
}
/* App Header */
#header {
background-color: #F2C200;
@@ -55,9 +58,11 @@ a {
text-decoration: underline;
}
/* Main Section Style */
#section {
padding: 1em;
width: 100%;
}
#section h1 {
@@ -79,6 +84,13 @@ a {
margin-top: 1.5em;
}
.section-title {
float: right;
}
/* Sidebar Style */
#sidebar {
padding: 10px 10px 20px 10px;
background-color: #EEE;
@@ -152,6 +164,9 @@ a {
font-family: monospace;
}
/* Warning and Info Banners */
.deprecated {
border: 2px solid red;
}
@@ -170,12 +185,18 @@ a {
color: orange;
}
/* Feedback Link */
#feedback {
float: right;
width: 10em;
text-align: right;
}
.doc-example table td {
/* Live Example Style */
.doc-example-live table td {
padding: 0 1.5em;
}