From db04241beb152a4614534ac8c987a3146c8f2992 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/templates/docs.css') diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 3f53b3dd..0e76846f 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