diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-02-27 15:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 15:11:56 +0100 |
commit | 019574014702657fa34acac4a631f78e27c20db8 (patch) | |
tree | 8d3bf6c0d806657e5c7200c3c871b9a470b99b2c /core | |
parent | f3a7b7eaa354280094cc8795c30d28f2f576eb15 (diff) | |
parent | fb15553378b2fdfe9555d8d158a4bd9296ac8b4f (diff) | |
download | nextcloud-server-019574014702657fa34acac4a631f78e27c20db8.tar.gz nextcloud-server-019574014702657fa34acac4a631f78e27c20db8.zip |
Merge pull request #3618 from nextcloud/fix-install-page-warning
Remove not needed rule for .warning
Diffstat (limited to 'core')
-rw-r--r-- | core/css/guest.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 5a5935b4dcb..e9538e380e6 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -434,11 +434,6 @@ form #selectDbType label.ui-state-active { border-radius: 3px; cursor: default; } -.warning { - padding: 5px; - background: #fdd; - margin: 0 7px 5px 4px; -} .warning legend, .warning a, .error a { |