aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-02-27 15:11:56 +0100
committerGitHub <noreply@github.com>2017-02-27 15:11:56 +0100
commit019574014702657fa34acac4a631f78e27c20db8 (patch)
tree8d3bf6c0d806657e5c7200c3c871b9a470b99b2c /core
parentf3a7b7eaa354280094cc8795c30d28f2f576eb15 (diff)
parentfb15553378b2fdfe9555d8d158a4bd9296ac8b4f (diff)
downloadnextcloud-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.css5
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 {