From f95f9b967366ed9645e1a5912e4e18f7f0ed960b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 14 Jan 2010 16:03:09 -0500 Subject: [PATCH] add stylesheet --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..b2b5335 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +@CHARSET "UTF-8"; + +#post-fixtures-form label { + padding: 5px 0; + display: block +}