aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorIgor Minar2011-08-20 23:52:58 -0700
committerIgor Minar2011-08-21 00:46:46 -0700
commitdb04241beb152a4614534ac8c987a3146c8f2992 (patch)
tree70a698d010db8e852733bad560d9369c86572f78 /docs/src
parent774db0aecb85f9ae79895046b62ea4c45bad8bff (diff)
downloadangular.js-db04241beb152a4614534ac8c987a3146c8f2992.tar.bz2
fix(docs): change docs.css to avoid css clashes in buzz example
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/templates/docs.css3
1 files changed, 2 insertions, 1 deletions
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;