diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-25 00:43:46 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-25 00:43:46 +0100 |
commit | e9a04016c736ceb828f2a6f18e67002520492512 (patch) | |
tree | fa3d38c4591c469c689cad7b95527237396c83e5 | |
parent | 74fc770ec280f3520094d4d97ed31516da518135 (diff) |
Image to text space.
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,9 +109,10 @@ DIV#content { clear: both; max-width: 62em; } + DIV#content IMG { display: block; clear: both; float: right; - padding: 10px; + padding: 10px 20px; }
\ No newline at end of file |