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