diff options
| author | Igor Minar | 2010-11-29 11:13:08 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-29 11:25:38 -0800 |
| commit | fde2ccb3f563104f5db7df6d330cf8d4b4aa8077 (patch) | |
| tree | d3893485fed4bee950178102f5188d53f831ebbe /docs/docs.css | |
| parent | 1cc2ad2443e228477e22ffbb1a3021a459fa00ab (diff) | |
| download | angular.js-fde2ccb3f563104f5db7df6d330cf8d4b4aa8077.tar.bz2 | |
docs html/css cleanup
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 43 |
1 files changed, 32 insertions, 11 deletions
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; } |
