remove background empty spaces.
This commit is contained in:
parent
1217677675
commit
5c0518303e
1 changed files with 12 additions and 8 deletions
|
@ -253,23 +253,27 @@
|
||||||
.ExchangeHeader
|
.ExchangeHeader
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
background: transparent url(../images/Exchange/main_bg.gif) left top repeat-y;
|
background: transparent url(../images/Exchange/main_bg_sh.gif) left top repeat-y;
|
||||||
|
background-size:991px 1px;
|
||||||
}
|
}
|
||||||
.ExchangeBody
|
.ExchangeBody
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
background: transparent url(../images/Exchange/module_header.gif) left -35px no-repeat;
|
background: transparent url(../images/Exchange/module_header_sh.gif) left -35px no-repeat;
|
||||||
|
background-size:991px 142px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.ExchangeBottom
|
.ExchangeBottom
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
background: transparent url(../images/Exchange/module_footer.gif) left bottom no-repeat;
|
background: transparent url(../images/Exchange/module_footer_sh.gif) left bottom no-repeat;
|
||||||
|
background-size:991px 5px;
|
||||||
}
|
}
|
||||||
.ExchangeFooter
|
.ExchangeFooter
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
background: transparent url(../images/Exchange/bottom_bg.gif) left top repeat-y;
|
background: transparent url(../images/Exchange/bottom_bg_sh.gif) left top repeat-y;
|
||||||
|
background-size:991px 1px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
#ExchangeContainer
|
#ExchangeContainer
|
||||||
|
@ -301,17 +305,17 @@
|
||||||
|
|
||||||
#ExchangeContainer .Left
|
#ExchangeContainer .Left
|
||||||
{
|
{
|
||||||
padding-left: 15px;
|
|
||||||
float: left;
|
float: left;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding-top: 14px;
|
width: 0px;
|
||||||
width: 185px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ExchangeContainer .Content
|
#ExchangeContainer .Content
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
width: 790px;
|
width: 981px;
|
||||||
|
padding-right: 5px;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ExchangeContainer .Center
|
#ExchangeContainer .Center
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue