Bug #1805 ยป css_resizer_issue_20130401a.patch
resources/themes/bootstrap/wt.css | ||
---|---|---|
margin: 0px 2px;
|
||
}
|
||
.Wt-hrh2 {
|
||
background-color: #EEEEEE;
|
||
background: url(splitter-v.png) no-repeat 50% 50%;
|
||
background: url(splitter-v.png) no-repeat 50% 50% #eeeeee;
|
||
}
|
||
.Wt-vrh2 {
|
||
background-color: #EEEEEE;
|
||
background: url(splitter-h.png) no-repeat 50% 50%;
|
||
background: url(splitter-h.png) no-repeat 50% 50% #eeeeee;
|
||
}
|
||
.Wt-hsh,
|
||
.Wt-vsh,
|
}
|
||
.Wt-hrh2 {
|
||
background-color: #EEEEEE;
|
||
background: url(splitter-v.png) no-repeat 50% 50%;
|
||
background: url(splitter-v.png) no-repeat 50% 50% #eeeeee;
|
||
}
|
||
.Wt-vrh2 {
|
||
background-color: #EEEEEE;
|
||
background: url(splitter-h.png) no-repeat 50% 50%;
|
||
background: url(splitter-h.png) no-repeat 50% 50% #eeeeee;
|
||
}
|