mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix css for api reference
This commit is contained in:
parent
6e0ff5fa96
commit
80ea329d5f
1 changed files with 10 additions and 0 deletions
|
|
@ -275,3 +275,13 @@ li {
|
|||
#content .syntaxhighlighter {
|
||||
margin: 1.5em 0 1.5em 0 !important;;
|
||||
}
|
||||
|
||||
#content .parameters p:nth-child(2) {
|
||||
display: inline;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#content .returns p:nth-child(2) {
|
||||
display: inline;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue