Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/jquery.svg.css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
commit0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 (patch)
tree5008d89f95d62696440785a85c08949a7fd27c97 /css/jquery.svg.css
initial commit. Lesson English_Animal_Identification is current template
Diffstat (limited to 'css/jquery.svg.css')
-rwxr-xr-xcss/jquery.svg.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/jquery.svg.css b/css/jquery.svg.css
new file mode 100755
index 0000000..c181ec1
--- /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\:svg {
+ display: none;
+}
+
+.svg_error {
+ color: red;
+ font-weight: bold;
+}