mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-29 12:30:34 +00:00
docs:css: fix indentation for pre element
This commit is contained in:
parent
41250e9cf9
commit
28e84ca167
1 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,10 @@ p {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
li > p {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 1.5em 0 1em 0;
|
||||
}
|
||||
|
|
@ -267,7 +271,7 @@ li {
|
|||
}
|
||||
|
||||
|
||||
#content > div > pre {
|
||||
#content pre {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue