diff options
| author | Ken Sheedlo | 2013-07-26 11:10:45 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-27 17:54:56 +0100 | 
| commit | 3570005067b9dbac732b78c0013efb5c0e2a7b87 (patch) | |
| tree | 8fe6eb7f6ff2d8df2306636782671cc3e45657b7 /docs/src | |
| parent | 36ab132b8288a515d2e75cbb445dac5a93643f15 (diff) | |
| download | angular.js-3570005067b9dbac732b78c0013efb5c0e2a7b87.tar.bz2 | |
fix(docs): fix margin around nav-list items
Closes #3363
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/css/animations.css | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/docs/src/templates/css/animations.css b/docs/src/templates/css/animations.css index cc531ccb..a12ecb7b 100644 --- a/docs/src/templates/css/animations.css +++ b/docs/src/templates/css/animations.css @@ -10,7 +10,13 @@    opacity:1;  } +.nav-list { +  padding: 0; +} +  .nav-list li { +  margin:0!important; +  padding:0 15px;    height:20px;    overflow:hidden;  } | 
