mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Issue 244Issue 2443. CSS bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11554 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
338d85b1b3
commit
02a7e29555
4 changed files with 356 additions and 0 deletions
|
|
@ -168,6 +168,13 @@ jQuery(function($){
|
|||
return false;
|
||||
}
|
||||
});
|
||||
// Vertical Rule Style
|
||||
$('.x i').each(function(){
|
||||
var $this = $(this);
|
||||
if($this.text() == '|'){
|
||||
$this.addClass('vr');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// Modal Window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue