Issue 2913 fixed. Unload file 'style.css' problem solved.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12721 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-07 07:50:59 +00:00
parent e2affff988
commit 78b90cb3cd
3 changed files with 2 additions and 3 deletions

View file

@ -16,6 +16,7 @@ h3{font-size:18px}
h4{font-size:14px}
h5{font-size:12px}
h6{font-size:12px;color:#666;text-transform:none}
blockquote p{font-size:inherit}
/* Common */
input[type=checkbox],
input[type=radio]{margin:0}

View file

@ -1,7 +1,4 @@
jQuery(function($){
// Remove content CSS /modules/editor/styles/
$('head>link[href*="/modules/editor/styles/"]').remove();
// Skip to content
$('.skip>a').click(function(){
$($(this).attr('href')).attr('tabindex','0').focus();

View file

@ -16,3 +16,4 @@
.xe_content blockquote.q6{border:1px dashed #707070}
.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb}
.xe_content p{margin:0}