diff options
| author | Misko Hevery | 2011-04-29 15:18:27 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:28:38 -0700 |
| commit | 11e9572b952e49b01035e956c412d6095533031a (patch) | |
| tree | 04dbf96802f552693d44c541c0d825a2769e3d57 /docs/src/templates/docs.css | |
| parent | b6bc6c2ddf1ae1523ec7e4cb92db209cd6501181 (diff) | |
| download | angular.js-11e9572b952e49b01035e956c412d6095533031a.tar.bz2 | |
Move documentation under individual headings
Diffstat (limited to 'docs/src/templates/docs.css')
| -rw-r--r-- | docs/src/templates/docs.css | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index f5b9275b..4f47367d 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -18,6 +18,24 @@ a { height: 3.5em; } +#header .navigation { + position: absolute; + text-align: center; + top: 0; + right: 0; + left: 0; + margin: 0; + padding: 0; +} +#header .navigation > li { + display: inline; + padding: 0 .5em; +} + +#header .navigation > li.selected { + font-weight: bold; +} + #sidebar, #main { position: absolute; @@ -191,12 +209,8 @@ a { margin-top: 0; } -#sidebar ul li.level-1.level-angular { +#sidebar ul li.monospace{ font-family: monospace; - font-weight: normal; - font-size: 1em; - margin-top: 0; - margin-bottom: 0; } #sidebar ul li.level-1 { @@ -208,17 +222,14 @@ a { #sidebar ul li.level-2 { margin-left: 2em; - font-family: monospace; } #sidebar ul li.level-3 { margin-left: 3em; - font-family: monospace; } #sidebar ul li.level-4 { margin-left: 4em; - font-family: monospace; } |
