fix(docs): change docs.css to avoid css clashes in buzz example

This commit is contained in:
Igor Minar 2011-08-20 23:52:58 -07:00
parent 6aa04b1db4
commit 4a1972c71b

View file

@ -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;