summaryrefslogtreecommitdiffstats
path: root/help/css/help.css
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-04-17 17:38:35 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-04-17 17:38:35 +0200
commit60b682561254797330110693705b2c36dd7928a4 (patch)
tree2cda5eabfff0902acee75a7d16993ad69cc6a5a5 /help/css/help.css
parent023c1b2f19ecb3fe1f7ccbda57e73dd476c249e2 (diff)
downloadnextcloud-server-60b682561254797330110693705b2c36dd7928a4.tar.gz
nextcloud-server-60b682561254797330110693705b2c36dd7928a4.zip
show only ownCloud related knowledgebase entries. and make the page pretty
Diffstat (limited to 'help/css/help.css')
-rw-r--r--help/css/help.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/css/help.css b/help/css/help.css
index 02bcade3cc2..9e64c28afb4 100644
--- a/help/css/help.css
+++ b/help/css/help.css
@@ -49,16 +49,16 @@ table td.name a
}
-.install a {
+.button a {
padding:0.2em 0.5em;
border:1px solid #ddd;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
text-decoration: none;
- font-size:1.5em; color:#666666;
+ font-size:1.3em; color:#666666;
background-color:#F0F0F0;
}
-.install a:hover {
+.button a:hover {
background-color:#DDDDDD;
}