box borders. link color on homepage

This commit is contained in:
Gustavo Cortez 2014-02-10 13:45:41 -03:00
parent 677678c7b0
commit 59edaa45e6
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%; }