Merge pull request #199 from cmgustavo/bug/01blocklist-style

fixed color on blocklist title
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-07 18:15:03 -02:00
commit e2155fe0bc
1 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-top: 10px;
}
.icon-block h3 {
color: #fff;
}
.block-tx {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;