From 047fcbe63fd97ec7734a7e0995e760d91a5466bf Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 18 Sep 2013 17:06:32 -0400 Subject: [PATCH] style revert for cerulean --- public/themes/cerulean/home.less | 45 +++---------------------------- public/themes/cerulean/style.less | 3 +-- 2 files changed, 4 insertions(+), 44 deletions(-) diff --git a/public/themes/cerulean/home.less b/public/themes/cerulean/home.less index a938533742..2cb7310cba 100644 --- a/public/themes/cerulean/home.less +++ b/public/themes/cerulean/home.less @@ -3,50 +3,11 @@ .home { h4 { - color: #fff; - padding-left: 10px; + color: #555; + line-height: 21px; } .icon { - margin-top: -37px; - height: 150px; - .category-box { - .animated-long; - .pulse; - height: 130px; - padding: 0 10px 0 10px; - } - border-radius: 0; - padding-top: 50px; + border-radius: 4px; } - - .badge { - position: absolute; - bottom: 15px; - right: 20px; - background: none; - - } - - .category-slider-2:hover { - position:relative; - - -webkit-animation: scroll-2 10s ease-in 0.5s infinite normal; - animation: scroll-2 10s ease-in 0.5s infinite normal;/* Safari and Chrome: */ - } - - .category-slider-1:hover { - position:relative; - - -webkit-animation: scroll-1 8s ease-in 0.5s infinite normal; - animation: scroll-1 8s ease-in 0.5s infinite normal;/* Safari and Chrome: */ - } - - .category-slider-0:hover { - position:relative; - - -webkit-animation: scroll-0 6s ease-in 0.5s infinite normal; - animation: scroll-0 6s ease-in 0.5s infinite normal;/* Safari and Chrome: */ - } - } \ No newline at end of file diff --git a/public/themes/cerulean/style.less b/public/themes/cerulean/style.less index 55f13eec24..7f512e79b2 100644 --- a/public/themes/cerulean/style.less +++ b/public/themes/cerulean/style.less @@ -11,7 +11,7 @@ body { background: #56BCDA; color: white; padding: 30px; - border-radius: 0; + border-radius: 4px; } } @@ -45,6 +45,5 @@ body { } .well { - border-radius: 0; box-shadow: none; } \ No newline at end of file