aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static
diff options
context:
space:
mode:
authorPeter Martischka <petermartischka@googlemail.com>2010-04-04 03:44:37 +0200
committerPeter Martischka <pita@pitapoison.de>2010-04-04 03:44:37 +0200
commitf5f400aa103ce7c0436fc6352bf540ed4c6274ef (patch)
tree97eaf86f813891e74c778d3e0f6810ee13fa46e3 /etherpad/src/static
parent4b76ba7a6cbcb31ac5c9d0ec2d60e997f2dac6d1 (diff)
downloadetherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.tar.gz
etherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.tar.xz
etherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.zip
Opportunity to enable/disable the Pro Feature with a config flag
Diffstat (limited to 'etherpad/src/static')
-rw-r--r--etherpad/src/static/css/home-opensource.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css
index 41e7996..82f15da 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-newpad, #home a#home-newteam{
display: block;
padding: 1em;
margin: 12px 60px;
@@ -20,7 +20,7 @@
color: #fff;
}
-#home a#home-newpad:hover {
+#home a#home-newpad:hover, #home a#home-newteam:hover{
background: #26b;
}