From 6d34a195b17ead2792898a268c442174cf6c7e78 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Thu, 31 Dec 2009 12:56:19 +0000 Subject: initial commit --- (limited to 'css/jquery.svg.css') diff --git a/css/jquery.svg.css b/css/jquery.svg.css new file mode 100755 index 0000000..c409af9 --- /dev/null +++ b/css/jquery.svg.css @@ -0,0 +1,15 @@ +/* http://keith-wood.name/svg.html + SVG for jQuery v1.4.2. + Written by Keith Wood (kbwood{at}iinet.com.au) August 2007. + Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and + MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses. + Please attribute the author if you use it. */ + +:svg { + display: none; +} + +.svg_error { + color: red; + font-weight: bold; +} -- cgit v0.9.1