Merge pull request #212 from cmgustavo/feature/02lookandfeel

box with borders
This commit is contained in:
Mario Colque 2014-02-10 14:25:35 -02:00
commit 9466867f9a
1 changed files with 2 additions and 1 deletions

View File

@ -155,6 +155,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.col-gray-fixed {
position: fixed;
width: 250px;
border: 1px solid #eee;
}
@media (max-width: 768px) {
@ -234,7 +235,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin: 20px 0 10px;
overflow: hidden;
padding: 15px;
border: 1px solid #ccc;
border: 1px solid #eee;
}
.btn {