From 1d08ce31caa68f6da292493fa16432163cbbeddd Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 23 Sep 2006 22:16:02 +0000 Subject: all fixed now --- templates/default.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'templates/default.css') diff --git a/templates/default.css b/templates/default.css index c6ea0848..54acfb37 100644 --- a/templates/default.css +++ b/templates/default.css @@ -500,6 +500,10 @@ li.current-rating{ z-index: 1; } /* Box Related Styles */ +.box { + padding:0px; + background: #fff; +} .box-left-top { background: url(../themes/classic/images/topleft.gif) no-repeat; height:16px; @@ -518,6 +522,15 @@ li.current-rating{ .box-right-bottom { background: url(../themes/classic/images/bottomright.gif) no-repeat; } +.box-right-top { + background: url(../themes/classic/images/topright.gif) no-repeat; +} +.box-right { + background: url(../themes/classic/images/right.gif); +} +.box-top { + background: url(../themes/classic/images/top.gif); +} .confirmation-box { padding-left:5px; padding-top:5px; -- cgit