Jaromi / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
GNU General Public License v2.0
0 stars 0 forks source link

Inner and Outer stylesheet as one file #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
T'would be most excellent to have jquery.wysiwyg.css loaded inside and ouside 
of the editor so that all css mods are in one place. If I were coding this, 
t'would be a case of doing this:

/* Styles for the toolbar */
div.wysiwyg {}

/* Styles for the content */
body.wysiwyg {}

Because you're loading in the same css file the browser would skip the second 
request and there would still be only one file to maintain.

Original issue reported on code.google.com by david%1d...@gtempaccount.com on 26 Jul 2010 at 8:54

GoogleCodeExporter commented 8 years ago
Should by done by 
http://github.com/akzhan/jwysiwyg/commit/46ff8b790b730b1ab3dce9c44d76ba02466d945
1

Original comment by akzhan.a...@gmail.com on 15 Sep 2010 at 3:25