From: Greg Price Date: Mon, 12 Jan 2009 02:15:31 +0000 (-0500) Subject: make images float right again X-Git-Tag: trac-import~58^2~2 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/bd3159b33c79cc1814978eb0c340110122e177fa?hp=21c88575973edaf37d2814b942eea60e9c28e08d make images float right again --- diff --git a/style.css b/style.css index 0fb596b..3429616 100644 --- a/style.css +++ b/style.css @@ -41,6 +41,9 @@ a:hover{ width: 50%; } +#featured-block img{ + float: right; +} #logo{ padding-left: 47px; padding-top:18px;