diff options
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-x | doc/src/template/style/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css index a1a9f42..4cb8fef 100755 --- a/doc/src/template/style/style.css +++ b/doc/src/template/style/style.css @@ -1382,6 +1382,10 @@ font: normal bold 13px/1 Verdana; } + .content .normallist li + { + font: normal 13px/1 Verdana; + } .indexbox a:hover, .indexbox a:visited:hover { color: #4c0033; @@ -1418,6 +1422,13 @@ background: url(../images/sprites-combined.png) no-repeat -111px -376px; padding: 0; } + .indexbox.tools .indexIcon2 + { + width: 115px; + height: 137px; + background: url(../images/sprites-combined.png) no-repeat -111px -376px; + padding: 0; + } .indexboxcont:after { content: "."; |