mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Remove deprecated border-radius declarations in layout.css
This commit is contained in:
parent
ea81cd7022
commit
5f4b528394
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user