Changes between Initial Version and Version 1 of Ticket #7452, comment 12
- Timestamp:
- Oct 25, 2012, 9:11:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7452, comment 12
initial v1 1 I have a simple end user fix that works for me. I simply make config.contentsCss an array and create another CSS file (loaded last in the array) that undo s anything I don't like in body in my main css file. For me that looks like...1 I have a simple end user fix that works for me. I simply make config.contentsCss an array and create another CSS file (loaded last in the array) that undoes anything I don't like in body in my main css file. For me that looks like... 2 2 3 3 contentsCss : [window.subdir+'/css/bootstrap.min.css', window.subdir+'/css/site.css', window.subdir+'/css/editor.css']