diff --git a/root/styles/prosilver/theme/images/portal/corners_left.png b/root/styles/prosilver/theme/images/portal/corners_left.png deleted file mode 100644 index 256bde3d..00000000 Binary files a/root/styles/prosilver/theme/images/portal/corners_left.png and /dev/null differ diff --git a/root/styles/prosilver/theme/images/portal/corners_left1.png b/root/styles/prosilver/theme/images/portal/corners_left1.png deleted file mode 100644 index e752b65d..00000000 Binary files a/root/styles/prosilver/theme/images/portal/corners_left1.png and /dev/null differ diff --git a/root/styles/prosilver/theme/images/portal/corners_right.png b/root/styles/prosilver/theme/images/portal/corners_right.png deleted file mode 100644 index df41823b..00000000 Binary files a/root/styles/prosilver/theme/images/portal/corners_right.png and /dev/null differ diff --git a/root/styles/prosilver/theme/images/portal/corners_right1.png b/root/styles/prosilver/theme/images/portal/corners_right1.png deleted file mode 100644 index 71654d89..00000000 Binary files a/root/styles/prosilver/theme/images/portal/corners_right1.png and /dev/null differ diff --git a/root/styles/prosilver/theme/portal.css b/root/styles/prosilver/theme/portal.css index 9aea00d4..75f4cf46 100644 --- a/root/styles/prosilver/theme/portal.css +++ b/root/styles/prosilver/theme/portal.css @@ -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%; }