mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
Indent the API reference list
This commit is contained in:
parent
76df0db598
commit
3616716615
1 changed files with 16 additions and 0 deletions
|
|
@ -227,6 +227,22 @@ p {
|
|||
padding-left: 25px;
|
||||
}
|
||||
|
||||
li.level-0 {
|
||||
font-size: 24px;
|
||||
list-style: none;
|
||||
margin-left: -20px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
li.level-1 {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.level-2, li.level-3 {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#sideBarContent1 a.current {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue