diff options
author | Sven Gothel <[email protected]> | 2013-07-01 17:32:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-01 17:32:51 +0200 |
commit | d2aeba6e299caeeb0a5da335d2a943cfb5a30eab (patch) | |
tree | 3f03b998030849b86b76e3a08bd92cbfc8ae85ab /style.css | |
parent | a363f2069646fefba938cb2b36f6c2027c292326 (diff) |
www: style.css: remove img:hover w/ background-image, we use transparent images. Remove obsolete span#vspan.
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,7 +24,7 @@ body {padding:15px 20px; margin:0; background: #f5f5f5; font-family: "Trebuchet #main a:hover {color:#000000; background-color: #eeeeee;} #main br {line-height:8px;} #main img { padding: 5px; border-style:none; } -#main img:hover {background-color:white;} +/* #main img:hover {background-color:white;} */ .rss {background:url(images/feed-icon-10x10.png) no-repeat scroll 2px 50% !important; padding:0px 0px 0px 15px;} .fill {margin-right:0 !important;} @@ -33,8 +33,6 @@ body {padding:15px 20px; margin:0; background: #f5f5f5; font-family: "Trebuchet .column {float: left; padding-left: 25px; padding-right: 50px} .splash {margin-left: auto; margin-right: auto; font-size:22px; } -span#vspan { font-size:22px; vertical-align:10%; } - #text ul { margin-left:0em; padding-left:0.2em; margin-bottom:1em; } #text ul li { background:url(images/bullet.gif) 0em 0.3em no-repeat; padding-left: 0.8em; list-style: none; } #text ul li { background-image:url(images/bullet_child.gif); } |