mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-14 01:33:11 +00:00
fix docs css
This commit is contained in:
parent
3751f172b3
commit
8920381b44
1 changed files with 9 additions and 13 deletions
|
|
@ -49,18 +49,6 @@ p {
|
||||||
text-indent: 10px;
|
text-indent: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 22px;
|
|
||||||
list-style: url(img/bullet.png) outside;
|
|
||||||
padding-left: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
line-height: 22px;
|
|
||||||
list-style: url(img/bullet.png) outside;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*----- Global Layout -----*/
|
/*----- Global Layout -----*/
|
||||||
|
|
||||||
|
|
@ -232,6 +220,12 @@ li {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sideBarContent1 ul {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 22px;
|
||||||
|
padding-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
#sideBarContent1 a.current {
|
#sideBarContent1 a.current {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
@ -700,7 +694,9 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.syntaxhighlighter {
|
div.syntaxhighlighter {
|
||||||
overflow: hidden !important;
|
/* overflow: hidden !important; */
|
||||||
|
border-left: 3px solid green;
|
||||||
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#liveExText h3 {
|
#liveExText h3 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue