mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
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:
parent
e2affff988
commit
78b90cb3cd
3 changed files with 2 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
3
layouts/bootstrap.layout/bootstrap.layout.js
vendored
3
layouts/bootstrap.layout/bootstrap.layout.js
vendored
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue