Merge pull request #3618 from nextcloud/fix-install-page-warning

Remove not needed rule for .warning
This commit is contained in:
Roeland Jago Douma 2017-02-27 15:11:56 +01:00 committed by GitHub
commit 0195740147
1 changed files with 0 additions and 5 deletions

View File

@ -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 {