summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static
diff options
context:
space:
mode:
authorPeter Martischka <pita@pitapoison.de>2010-04-08 14:20:23 +0200
committerPeter Martischka <pita@pitapoison.de>2010-04-08 14:20:23 +0200
commit5ff65ce80e04028fc9ff299534f92e2836c3636a (patch)
treebbe0c73d0bffc64adffecb34a9a745819c864539 /etherpad/src/static
parent9c1dfc38451a4ee70c99de16bd5799cbe0c69730 (diff)
parentef71f285a7263c4df76057baf528e943c8870efb (diff)
downloadetherpad-5ff65ce80e04028fc9ff299534f92e2836c3636a.tar.gz
etherpad-5ff65ce80e04028fc9ff299534f92e2836c3636a.tar.bz2
etherpad-5ff65ce80e04028fc9ff299534f92e2836c3636a.zip
Merge branch 'jefferai' of git://github.com/jefferai/pad
Diffstat (limited to 'etherpad/src/static')
-rw-r--r--etherpad/src/static/css/home-opensource.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/etherpad/src/static/css/home-opensource.css b/etherpad/src/static/css/home-opensource.css
index 82f15da..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,7 +20,21 @@
color: #fff;
}
-#home a#home-newpad:hover, #home a#home-newteam:hover{
+#home a#home-newpad:hover{
background: #26b;
}
+#home a#home-newteam {
+ display: block;
+ padding: 1em;
+ margin: 12px 60px;
+ font-size: 1.6em;
+ border: 1px solid black;
+ background: #940;
+ color: #fff;
+}
+
+#home a#home-newteam:hover {
+ background: #b26;
+}
+