# HG changeset patch # User Brian Neal # Date 1285528546 0 # Node ID 2dbb657a2305bd4fcc8774089c06a161b49164bd # Parent 4557974db0e061ee07815f623a2693505bb46014 For #114, a CSS tweak. diff -r 4557974db0e0 -r 2dbb657a2305 media/css/shoutbox.css --- a/media/css/shoutbox.css Sun Sep 26 19:08:31 2010 +0000 +++ b/media/css/shoutbox.css Sun Sep 26 19:15:46 2010 +0000 @@ -7,20 +7,16 @@ span.shoutbox-date { font-style: italic; } - div#shoutbox-smiley-frame { margin: 0.5em 2px; } - div#shoutbox-smiley-frame img { padding: 1px 1px; } - div.smiley_farm img { border: 0; cursor: pointer; } - #shoutbox-shout-container { margin: auto; width: 142px; @@ -33,4 +29,7 @@ -moz-border-radius: 5px; border-radius: 5px; } - +#shoutbox-shout-container p { + margin-left: 2px; + margin-top: 2px; +}