mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): change docs.css to avoid css clashes in buzz example
This commit is contained in:
parent
6aa04b1db4
commit
4a1972c71b
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;
|
||||
margin: 2em auto;
|
||||
padding: 1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue