From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- media/forms/core.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 media/forms/core.css (limited to 'media/forms/core.css') diff --git a/media/forms/core.css b/media/forms/core.css new file mode 100644 index 00000000..bdeac7a4 --- /dev/null +++ b/media/forms/core.css @@ -0,0 +1,22 @@ +/********************************** + +Use: Core Styles +Author: Nick Rigby + +***********************************/ + +body { + padding: 0 10px; + font: normal 62.5% "Lucida Grande", Helvetica, Verdana, Arial; + } + +p { margin: 10px 0; } + +.sr { + position: absolute; + left: -9999em; + top: 0; + width: 1px; + height: 1px; + overflow: hidden; + } \ No newline at end of file -- cgit v1.2.3-54-g00ecf