From 0b2942ec56f8015c41a82937a07680028060a0e7 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 2 Jul 2012 22:26:00 -0500 Subject: learn on events, tweak html --- protoype/public/stylesheets/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'protoype/public/stylesheets') diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css index c4dfff7..73d1927 100644 --- a/protoype/public/stylesheets/style.css +++ b/protoype/public/stylesheets/style.css @@ -1,9 +1,13 @@ body { - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + padding: 10px; + font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } +#listentry { + padding: 5px; +} + -- cgit v1.2.3