diff options
Diffstat (limited to 'docs/src/templates')
| -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; |
