From 4a1972c71b04decac901aeafce3a07e3a5612b63 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 20 Aug 2011 23:52:58 -0700 Subject: fix(docs): change docs.css to avoid css clashes in buzz example --- docs/src/templates/docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/src') 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; -- cgit v1.2.3