CSS cleanups :: collect some background definitions in a basic property and work with cascading to more special definitions.
This commit is contained in:
@@ -499,17 +499,38 @@ div.bt div {
|
||||
}
|
||||
div.bt div {
|
||||
font-size: 1px;
|
||||
line-height: 1%;
|
||||
height: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
div.bt {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 100% 0;
|
||||
}
|
||||
div.bb div {
|
||||
font-size: 1px;
|
||||
line-height: 1%;
|
||||
height: 0;
|
||||
}
|
||||
line-height: 1%;
|
||||
height: 0;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
div.bb {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 100% 0;
|
||||
}
|
||||
div.i1 {
|
||||
background-repeat: repeat-y;
|
||||
background-position: 0 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
div.i2 {
|
||||
background-repeat: repeat-y;
|
||||
background-position: 100% 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
div.sideblock div.bt div {
|
||||
background-image: url(pix/box.png);
|
||||
height: 12px;
|
||||
@@ -517,8 +538,6 @@ div.sideblock div.bt div {
|
||||
position: relative;
|
||||
width: 13px;
|
||||
}
|
||||
div.sideblock div.bt {
|
||||
background-image: url(pix/box.png);
|
||||
div.sideblock div.bt {
|
||||
background-image: url(pix/box.png);
|
||||
margin: 0 0 0 13px;
|
||||
|
||||
Reference in New Issue
Block a user