Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-11 14:01:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-13 15:03:56 +0300
commit18d7ca21f56a87de48d49ae47e08e6b59bd99859 (patch)
tree4d6e5efedc0dec350221cb104be680750ebbaf27 /settings/css
parent4806ea20fe573c230fdeb01e63bdc0d0a87bdd92 (diff)
use shorthand for padding values
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 61b4d29231d..dbd43b9e2c4 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -160,7 +160,7 @@ table.nostyle td { padding: 0.2em 0; }
padding-right: 1em;
}
.social-button img {
- padding: 10px 10px 10px 10px;
+ padding: 10px;
}