From 68056e6d92285e184518bc8c7130bb49767623f3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 Sep 2011 21:09:56 -0400 Subject: Move config into one config.php file, add an index file, spit out complete HTML files, use CSS --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..1c8ccd6 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +input[type=text] { + width: 100%; +} +textarea { + width: 100%; + height: 10em; +} \ No newline at end of file -- cgit v1.2.3