mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
adjust spacing of headings in the main doc div
This commit is contained in:
parent
e509ec37f5
commit
916dadd8ec
1 changed files with 12 additions and 0 deletions
|
|
@ -66,6 +66,18 @@ a {
|
|||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
#section h2 {
|
||||
margin-top: 1.8em;
|
||||
}
|
||||
|
||||
#section h1 + h2 {
|
||||
margin-top: 1.3em;
|
||||
}
|
||||
|
||||
#section h3 {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
padding: 10px 10px 20px 10px;
|
||||
background-color: #EEE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue