Remove deprecated border-radius declarations in layout.css

This commit is contained in:
Juanitou 2018-06-21 10:49:03 +02:00
parent ea81cd7022
commit 5f4b528394
1 changed files with 1 additions and 3 deletions

View File

@ -183,7 +183,6 @@ body {
color: #888;
margin: 0;
border: none;
-moz-border-radius: 14px;
border-radius: 14px;
background: #fff;
}
@ -719,8 +718,7 @@ body h1 span.amp {
border: 1px solid #e5e5e5;
background: #fff;
font-size: 17px;
-moz-border-radius: 20px; /* increase border radius due to increased padding */
border-radius: 20px;
border-radius: 20px; /* increase border radius due to increased padding */
}
.search-bar form input.action {
right: 5%;