From 86b837ee4131308ea71fa163558fe05bca1c833d Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 15 Feb 2005 04:19:17 +0000 Subject: [PATCH] Some half-finished stuff ... need to move to another site --- theme/standard/styles_moz.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index d9e07981deb..3d63784413b 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -126,7 +126,11 @@ table.minicalendar td { -moz-border-radius-bottomright:20px; } -.forumpostside, .userinfoboxside { +.forumpost .left { + -moz-border-radius-bottomleft:20px; +} + +#user-view .left { -moz-border-radius-bottomleft:20px; }