diff options
| author | Igor Minar | 2011-08-20 23:52:58 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-08-21 01:12:34 -0700 |
| commit | 4a1972c71b04decac901aeafce3a07e3a5612b63 (patch) | |
| tree | 2c7566bd91496aa0a49cc32e558cd22388181679 | |
| parent | 6aa04b1db48853340d720e0a1a3e325ac523a06f (diff) | |
| download | angular.js-4a1972c71b04decac901aeafce3a07e3a5612b63.tar.bz2 | |
fix(docs): change docs.css to avoid css clashes in buzz example
| -rw-r--r-- | docs/src/templates/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 4baea33c..97ac96dd 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -289,7 +289,8 @@ li { } -#content img { +#content img:not(.ng-directive) { + /* the negation rule above is to avoid applying this rule to images in buzz and other examples */ display: block; margin: 2em auto; padding: 1em; |
