From 180f876e1a0f0b3c37b098da4429f446a8146e8f Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 3 Aug 2011 16:02:36 +0530 Subject: [PATCH] added overflow hidden to class tab --- itf/static/css/noel/home.css | 3 ++- itf/templates/noel/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/itf/static/css/noel/home.css b/itf/static/css/noel/home.css index 68c2ef6..2fb38b3 100644 --- a/itf/static/css/noel/home.css +++ b/itf/static/css/noel/home.css @@ -81,7 +81,8 @@ border-radius:8px; margin-left:9px; -moz-box-shadow:2px 3px 20px #252425; -webkit-box-shadow:2px 3px 20px #252425; -box-shadow:2px 3px 20px #252425;} +box-shadow:2px 3px 20px #252425; +overflow:hidden;} #news, #events {margin-top:16px; diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index 1c2f6be..f6ffbdf 100644 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -32,7 +32,7 @@