Corners out
This commit is contained in:
@@ -39,18 +39,18 @@
|
||||
/* Round cornered boxes and backgrounds
|
||||
---------------------------------------- */
|
||||
span.portal-corners-top {
|
||||
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
||||
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
||||
background-position: 0 0;
|
||||
margin: 0 -10px;
|
||||
}
|
||||
|
||||
span.portal-corners-top span {
|
||||
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
||||
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
||||
background-position: 100% 0;
|
||||
}
|
||||
|
||||
span.portal-corners-bottom {
|
||||
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
||||
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
||||
background-position: 0 100%;
|
||||
margin: 0 -10px;
|
||||
clear: both;
|
||||
@@ -58,7 +58,7 @@ span.portal-corners-bottom {
|
||||
|
||||
|
||||
span.portal-corners-bottom span {
|
||||
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
||||
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
||||
background-position: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user