diff options
| author | spiderr <spider@viovio.com> | 2013-05-12 22:16:23 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-05-12 22:16:23 -0400 |
| commit | 163adc6c9f1a262954c2bf8c430e9472cc7c1e1c (patch) | |
| tree | 9fd6e855f1cb8550cd9d9781fa9149d15ffec193 /css | |
| parent | 1d24d5878bf8af7fa8e5e3e8276b74ac04bf6b02 (diff) | |
| download | themes-163adc6c9f1a262954c2bf8c430e9472cc7c1e1c.tar.gz themes-163adc6c9f1a262954c2bf8c430e9472cc7c1e1c.tar.bz2 themes-163adc6c9f1a262954c2bf8c430e9472cc7c1e1c.zip | |
fix smarty_modifier_biticon loadPlugin with smarty_function_biticon
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css index 5a98bfb..736f535 100644 --- a/css/base.css +++ b/css/base.css @@ -74,12 +74,12 @@ html[dir='rtl'] .clearright {clear:left} .module ol li {margin:0 0 0 3em; padding:0;} .module ul li, .menu li, -ul.toc li {list-style:none;} +ul.toc li {list-style:none;font-weight:normal;font-size:10pt;} ul.toc li .numbering {margin-left:-1em;} ul.toc ul {margin-left:1em; padding:0 0 5px 0;} html[dir='rtl'] ul.toc ul {margin-right:1em;} -.boxcontent>ul.toc>li {font-weight:bold;} +.boxcontent > ul.toc > li {font-weight:bold;font-size:130%} .header {margin-bottom:10px;} .date, |
