Mercurial > public > sg101
diff static/css/base.css @ 341:871a54546808
Created a social side block so we can remove the obtrusive twitter bulletin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 01:03:17 +0000 |
parents | 0c18dfb1da1c |
children | cfad8d605cb8 |
line wrap: on
line diff
--- a/static/css/base.css Sun Feb 27 00:28:20 2011 +0000 +++ b/static/css/base.css Sun Feb 27 01:03:17 2011 +0000 @@ -395,3 +395,13 @@ .pointer { cursor: pointer; } +.centeredImage { + text-align: center; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; +} +.centeredImage img { + margin-top: 3px; + margin-bottom: 3px; +}