diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-04-01 11:20:16 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-04-01 11:20:16 +0200 |
commit | 18acfa8bb32e4bf990292df27e80d0d4433dac5c (patch) | |
tree | 708f35a7ad56774ccbea53fa5e83551b82a6452b /settings/css | |
parent | a94ac41512ecffd9bb3ef659d3457b8af12d2306 (diff) | |
parent | 2be2a5d2c5d8cbc671c4f301eb337fee20023538 (diff) | |
download | nextcloud-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.css | 5 |
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; } |