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:
ChanMyeong 2012-09-27 08:22:44 +00:00
parent 338d85b1b3
commit 02a7e29555
4 changed files with 356 additions and 0 deletions

View file

@ -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