summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-04-01 11:20:16 +0200
committerVincent Petry <pvince81@owncloud.com>2014-04-01 11:20:16 +0200
commit18acfa8bb32e4bf990292df27e80d0d4433dac5c (patch)
tree708f35a7ad56774ccbea53fa5e83551b82a6452b /settings/css
parenta94ac41512ecffd9bb3ef659d3457b8af12d2306 (diff)
parent2be2a5d2c5d8cbc671c4f301eb337fee20023538 (diff)
downloadnextcloud-server-18acfa8bb32e4bf990292df27e80d0d4433dac5c.tar.gz
nextcloud-server-18acfa8bb32e4bf990292df27e80d0d4433dac5c.zip
Merge pull request #7915 from owncloud/replace-personalblock
Replace personalblock with .section
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 2cb18670875..5dd41256918 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -12,11 +12,6 @@ input#openid, input#webdav { width:20em; }
display: block;
}
-.personalblock input[type="checkbox"] {
- position: relative;
- top: 2px;
-}
-
/* Sync clients */
.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }