diff options
author | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 20:13:14 -0400 |
---|---|---|
committer | Jeff Mitchell <etherpad@jefferai.org> | 2010-04-07 20:13:14 -0400 |
commit | ef71f285a7263c4df76057baf528e943c8870efb (patch) | |
tree | 173352598386524b91774538b346b9c120200f56 | |
parent | be608cc598f55ae7d72811fc4f26b38afca1795e (diff) | |
download | etherpad-ef71f285a7263c4df76057baf528e943c8870efb.tar.gz etherpad-ef71f285a7263c4df76057baf528e943c8870efb.tar.xz etherpad-ef71f285a7263c4df76057baf528e943c8870efb.zip |
Actually use the new teamsite color.
-rw-r--r-- | etherpad/src/static/css/home-opensource.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css index 26387de..bb0201e 100644 --- a/etherpad/src/static/css/home-opensource.css +++ b/etherpad/src/static/css/home-opensource.css @@ -10,7 +10,7 @@ font-size: 3.6em; } -#home a#home-newpad, #home a#home-newteam{ +#home a#home-newpad{ display: block; padding: 1em; margin: 12px 60px; @@ -20,11 +20,11 @@ color: #fff; } -#home a#home-newpad:hover, #home a#home-newteam:hover{ +#home a#home-newpad:hover{ background: #26b; } -#home a#home-newteamsite { +#home a#home-newteam { display: block; padding: 1em; margin: 12px 60px; @@ -34,7 +34,7 @@ color: #fff; } -#home a#home-newteamsite:hover { +#home a#home-newteam:hover { background: #b26; } |