added border-radius for tread-wrapper
This commit is contained in:
parent
310ad912fa
commit
29fbedcaf4
|
@ -1082,6 +1082,7 @@ section.minimal {
|
||||||
.tread-wrapper {
|
.tread-wrapper {
|
||||||
/* border-bottom: 1px solid #BDCDD4; */
|
/* border-bottom: 1px solid #BDCDD4; */
|
||||||
border-bottom: 1px solid #D2D2D2;
|
border-bottom: 1px solid #D2D2D2;
|
||||||
|
border-radius: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in a new issue