|
CSS Definition
|
Description
|
Default Values
|
|
div.hsep, div.hsep-bar
|
Background of horizontal separator
|
height: 7px; overflow: hidden;
|
|
span.vsep, span.vsep-bar
|
Background of vertical separator
|
display:-moz-inline-box;
display: inline-block;
width: 10px; overflow: hidden;
|
|
div.hsep-bar
|
Outline of horizontal separator bar
|
background-image: url(${c:encodeURL('~./img/dot.gif')});
background-position: center left; background-repeat: repeat-x;
|
|
span.vsep-bar
|
Outline of vertical separator bar
|
background-image: url(${c:encodeURL('~./img/dot.gif')});
background-position: top center; background-repeat: repeat-y;
|