improve styling of demo app

This commit is contained in:
Iuri Matias 2017-01-28 22:28:19 -05:00
parent 6822a9b08c
commit 61f8f4159e
1 changed files with 12 additions and 0 deletions

View File

@ -12,3 +12,15 @@ div {
border-radius: 8px;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
margin: 0px;
}
.nav-tabs {
margin-bottom: 0;
}