Revision: 2869
Author: brettz9
Date: Fri May 23 12:28:07 2014 UTC
Log: Add a custom.css stylesheet for customizations not requiring
modification of the main editor
http://code.google.com/p/svg-edit/source/detail?r=2869
Modified:
/trunk/editor
/trunk/editor/svg-editor.html
=======================================
--- /trunk/editor/svg-editor.html Thu May 22 23:55:05 2014 UTC
+++ /trunk/editor/svg-editor.html Fri May 23 12:28:07 2014 UTC
@@ -11,7 +11,7 @@
<link rel="stylesheet" href="jgraduate/css/jgraduate.css" type="text/css"/>
<link rel="stylesheet" href="svg-editor.css" type="text/css"/>
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
-
+<link rel="stylesheet" href="custom.css" type="text/css"/>
<!--{if jquery_release}>
<script
src="
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->