Suppress unused css

This commit is contained in:
Amauri CHAMPEAUX 2015-02-10 16:14:41 +01:00
parent 977b8dda91
commit 812f7ae491
1 changed files with 0 additions and 41 deletions

View File

@ -389,45 +389,4 @@
.tac_activate .tac_float .tarteaucitronAllow { .tac_activate .tac_float .tarteaucitronAllow {
background-color: #1B870B; background-color: #1B870B;
margin-top: 10px; margin-top: 10px;
}
/***
* Fallback links for social networks
*/
.tac_share {
display: inline-block;
margin: 0;
padding: 3px 10px;
text-decoration: none;
font-size: 13px;
color: #fff !important;
text-align: center;
}
.tac_share_twitter {
background-color: #4099ff;
}
.tac_share_facebook {
background-color: #3b5998;
}
.tac_share_googlep {
background-color: #D34836;
}
.tac_share_linkedin {
background-color: #3399cc;
}
.tac_share_pinterest {
background-color: #cb2027;
}
.tac_share_digg {
background-color: #0093CC;
}
.tac_share_reddit {
background-color: #2E81D5;
} }