Merge pull request #65 from cubedro/develop
Added border radius to propagation box
This commit is contained in:
commit
a66e6a5705
@ -17,6 +17,8 @@ body {
|
|||||||
float: left;
|
float: left;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-success,
|
.bg-success,
|
||||||
|
Loading…
Reference in New Issue
Block a user