CSS : remove duplicate declaration

(cherry picked from commit 7f99322da8896fa5120077381dc1a7fc9ff1f828)
This commit is contained in:
Pierre Goiffon
2018-10-12 10:47:19 +02:00
parent 74a8c3f5bd
commit 460337954b
2 changed files with 0 additions and 20 deletions

View File

@@ -2343,16 +2343,6 @@ a.summary, a.summary:hover {
border-radius: 4px;
margin-bottom: 10px;
}
.header_message {
padding: 1em;
font-size: 10pt;
background: #fff;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
}
.message_info {
border: 1px solid #993;
background: url(../images/info-mini.png?v=v2.6.0-dev) 1em 1em no-repeat #ffc;

View File

@@ -2696,16 +2696,6 @@ a.summary, a.summary:hover {
border-radius: 4px;
margin-bottom: 10px;
}
.header_message {
padding: 1em;
font-size: 10pt;
background: #fff;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
}
.message_info {
border: 1px solid #993;
background: url(../images/info-mini.png?v=#{$version}) 1em 1em no-repeat #ffc;