comparison 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
comparison
equal deleted inserted replaced
340:2541d27ca056 341:871a54546808
393 margin: 1.0em 1.5em; 393 margin: 1.0em 1.5em;
394 } 394 }
395 .pointer { 395 .pointer {
396 cursor: pointer; 396 cursor: pointer;
397 } 397 }
398 .centeredImage {
399 text-align: center;
400 margin-top: 0px;
401 margin-bottom: 0px;
402 padding: 0px;
403 }
404 .centeredImage img {
405 margin-top: 3px;
406 margin-bottom: 3px;
407 }