diff options
| author | Igor Minar | 2011-05-11 01:20:18 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:51:58 -0700 | 
| commit | 8920381b44442e4bd7b0a026ea571603eed657dd (patch) | |
| tree | 6ead21b174e856a1e5915e1af719f6112868b304 /docs/src/templates | |
| parent | 3751f172b3986604853700a1475a7ad81b42a9b1 (diff) | |
| download | angular.js-8920381b44442e4bd7b0a026ea571603eed657dd.tar.bz2 | |
fix docs css
Diffstat (limited to 'docs/src/templates')
| -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 {  | 
