From fde2ccb3f563104f5db7df6d330cf8d4b4aa8077 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 29 Nov 2010 11:13:08 -0800 Subject: docs html/css cleanup --- docs/docs.css | 43 ++++++++++++++++++++++++++++++++----------- docs/index.html | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 56 insertions(+), 35 deletions(-) (limited to 'docs') diff --git a/docs/docs.css b/docs/docs.css index 71958130..c051efce 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -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; } diff --git a/docs/index.html b/docs/index.html index 0f2d3003..01c78fbf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,7 @@ - - + + <angular/> @@ -10,15 +12,15 @@ - - - - + + + + - - - - + + + +
- -
- Report an Issue or Ask a Question - -
+ +
+ Report an Issue or Ask a Question + +
-- cgit v1.2.3