mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 12:21:52 +00:00
fix(docs): change docs.css to avoid css clashes in buzz example
This commit is contained in:
parent
774db0aecb
commit
db04241beb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
display: block;
|
||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue