From f75e56e71fc4719650e1aab327f6c02a7a7f8ea5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Jun 2010 17:31:15 +0200 Subject: fix startpage --- etherpad/src/static/css/home-opensource.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css index 0d6da6d..85be2c6 100644 --- a/etherpad/src/static/css/home-opensource.css +++ b/etherpad/src/static/css/home-opensource.css @@ -13,7 +13,7 @@ padding-top: 5em; } -#home a#home-newpad, #home a#home-newsite { +#home a#home-newpad, #home a#home-newteam { padding: 1em; margin: 12px 40px; font-size: 1.6em; @@ -23,7 +23,7 @@ width: 30%; } -#home a#home-newpad:hover, #home a#home-newsite:hover { +#home a#home-newpad:hover, #home a#home-newteam:hover { background: #26b; text-decoration: none; } -- cgit v1.2.3