diff options
author | Siri Reiter <siri@jones.dk> | 2010-04-18 03:23:38 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-04-18 03:23:38 +0200 |
commit | 3c85be8f64377028218548d141036371c1e87e03 (patch) | |
tree | ff64f37de58759268a897ca604680acc9a1bcbbd | |
parent | 013ce2b776888c9d59087ffc0a28625132c51957 (diff) |
Style icon: width in pixels, no margin-right.
-rw-r--r-- | local.css | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -41,9 +41,7 @@ IMG.icon { display: block; clear: both; float: right; - width: 30%; - max-width: 184px; - margin-right: -30%; + width: 184px; padding: 0 20px 20px 20px; } |