diff options
Diffstat (limited to 'docs/src/templates/docs.css')
| -rw-r--r-- | docs/src/templates/docs.css | 22 | 
1 files changed, 9 insertions, 13 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index dd9fb92d..3c7434ee 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -49,18 +49,6 @@ p {      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 -----*/ @@ -232,6 +220,12 @@ li {  } +#sideBarContent1 ul { +    font-size: 14px; +    line-height: 22px; +    padding-left: 25px; +} +  #sideBarContent1 a.current {      font-weight: bold;      color: #000; @@ -700,7 +694,9 @@ li {  }  div.syntaxhighlighter { -  overflow: hidden !important; +/*  overflow: hidden !important; */ +  border-left: 3px solid green; +  padding-left: 1em;  }  #liveExText h3 {  | 
