diff options
| author | Matias Niemelä | 2013-07-09 18:08:23 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-12 22:43:24 +0100 |
| commit | 77c715d7caedf9dd56b07b451dc47480cac5aaff (patch) | |
| tree | b4109eca61df9d193b18a017f756c06447d4366a /docs/src/templates | |
| parent | 5a294c8646452d6e49339d145faeae4f31dcd0fc (diff) | |
| download | angular.js-77c715d7caedf9dd56b07b451dc47480cac5aaff.tar.bz2 | |
chore(ngdoc): wrap all pages inside of a container tag for easy styling
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/css/docs.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 01aa2376..a34a197f 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -293,13 +293,16 @@ ul.events > li > h3 { z-index:1031; } +.tutorial-index-page, +.tutorial-the-end-page { + padding-top:50px; +} + .tutorial-page { position:relative; } -.tutorial-page-no-nav { - padding-top:50px; -} -.tutorial-page-no-nav .improve-docs { + +.tutorial-page .improve-docs { position:absolute; top:0; right:0; |
