diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-03-14 13:50:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-03-14 13:50:56 +0000 |
| commit | 336a715cb86879eb771bef3155b7704b3a50435b (patch) | |
| tree | ce1def52d1ebe0e88ea36a38c8e444255f19f9a0 /base.css | |
| parent | d8604b9c729260d65f838c2cd2f3e460a1430f3f (diff) | |
| download | themes-336a715cb86879eb771bef3155b7704b3a50435b.tar.gz themes-336a715cb86879eb771bef3155b7704b3a50435b.tar.bz2 themes-336a715cb86879eb771bef3155b7704b3a50435b.zip | |
apply list-style:none to ul.data. oddly enough it's not sufficient for firefox to apply list-style settings to li
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,7 +77,7 @@ ul.toc ul {margin-left:1.5em; padding:0;} .navbar ul {padding:0; margin:0; list-style:none;} .navbar ul li {float:left;} -ul.data {margin:0; padding:0;} +ul.data, ul.data li.item {list-style:none; margin:0; padding:0;} ul.data li.item .thumb {float:right;} ul.data h1, @@ -173,4 +173,4 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef #multisites table.data em {border-top:3px solid #ddd;display:block;clear:both} #multisites td.server {width:37%} #multisites td.settings {width:63%;padding:4px 0 4px 8px} -#multisites td.settings strong {}
\ No newline at end of file +#multisites td.settings strong {} |
