Merge pull request #65 from cubedro/develop

Added border radius to propagation box
This commit is contained in:
Marian OANCΞA 2015-04-10 00:39:53 +03:00
commit a66e6a5705
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ body {
float: left;
top: 8px;
margin-right: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.bg-success,