fix docs css

This commit is contained in:
Igor Minar 2011-05-11 01:20:18 -07:00
parent 3751f172b3
commit 8920381b44

View file

@ -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 {