diff options
| author | Matias Niemelä | 2013-04-02 19:41:16 -0400 | 
|---|---|---|
| committer | Igor Minar | 2013-04-03 17:40:15 -0700 | 
| commit | 19f1801379104bc1f74fbb9d288f71034ba829c9 (patch) | |
| tree | eaf2d28c5056b80669b33478c808df88431d6a4e /docs/src/templates/css/docs.css | |
| parent | 303df9dafee4314e5cfbc805f3321f4f4297a41a (diff) | |
| download | angular.js-19f1801379104bc1f74fbb9d288f71034ba829c9.tar.bz2 | |
docs: add animations into docs and directive examples
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -rw-r--r-- | docs/src/templates/css/docs.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 70d98a3c..bed88f80 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -3,6 +3,15 @@ img.AngularJS-small {    height: 25px;  } +/* this is here to avoid the display=block shuffling of ngShow */ +.breadcrumb li > * { +  float:left; +  margin:0 2px 0 0; +} + +.breadcrumb { +  padding-bottom:2px; +}  .clear-navbar {    margin-top: 60px; | 
