diff options
| author | Jan Hancic | 2014-01-20 21:04:25 +0000 | 
|---|---|---|
| committer | Igor Minar | 2014-01-21 17:04:49 -0800 | 
| commit | 12d1f5700d6dd150065002f65398e51447e6dddc (patch) | |
| tree | 33fc6ebdd4f9cc8e8d913b170cec1f689ab97cfd /docs/src | |
| parent | 60e80509a8f69a7fa750c3399b84bd0d4cc53855 (diff) | |
| download | angular.js-12d1f5700d6dd150065002f65398e51447e6dddc.tar.bz2 | |
chore(docs): add spacing to tutorial buttons
Added 5px of right margin to tutorial buttons (Previous, Live demom ...).
Closes #5901
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/css/docs.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index a3cd835d..10b60b5b 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -246,6 +246,10 @@ ul.events > li > h3 {    text-decoration: none;  } +.tutorial-nav li { +  margin-right: 5px; +} +  .clear {    clear: both;  } | 
