Corners out

This commit is contained in:
Kevin
2008-08-18 19:06:47 +00:00
parent b5631e413d
commit b06fb5e8cf
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -39,18 +39,18 @@
/* Round cornered boxes and backgrounds /* Round cornered boxes and backgrounds
---------------------------------------- */ ---------------------------------------- */
span.portal-corners-top { 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; background-position: 0 0;
margin: 0 -10px; margin: 0 -10px;
} }
span.portal-corners-top span { 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; background-position: 100% 0;
} }
span.portal-corners-bottom { 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%; background-position: 0 100%;
margin: 0 -10px; margin: 0 -10px;
clear: both; clear: both;
@@ -58,7 +58,7 @@ span.portal-corners-bottom {
span.portal-corners-bottom span { 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%; background-position: 100% 100%;
} }