Merge pull request #215 from cmgustavo/feature/03lookandfeel

box borders. link color on homepage
This commit is contained in:
Mario Colque 2014-02-10 15:55:02 -02:00
commit 78d1fb8eda
1 changed files with 1 additions and 2 deletions

View File

@ -146,6 +146,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
background-color: #F4F4F4;
border-radius: 5px;
padding: 14px;
border: 1px solid #eee;
}
.col-gray-responsive {
@ -342,8 +343,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
#wrap > .container { padding: 60px 15px 0; }
.container .text-muted a { color: #eee; }
#footer > .container { padding: auto 15px; }
.code { font-size: 80%; }