2013-10-23 11:12:39 -04:00
|
|
|
#social-buttons {
|
|
|
|
ul.list-inline { margin-bottom: 0; }
|
|
|
|
|
|
|
|
padding: 22px 0 17px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
2015-06-23 22:39:03 -07:00
|
|
|
|
|
|
|
#subscribe {
|
|
|
|
padding: 22px 0 17px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-06-24 08:03:53 -07:00
|
|
|
|
|
|
|
label.error {
|
|
|
|
color: @state-danger-text;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2018-02-23 00:42:47 -05:00
|
|
|
|
|
|
|
/* Get those Github and Twitter Buttons to behave */
|
|
|
|
.list-inline li iframe {
|
|
|
|
position: relative !important;
|
|
|
|
display: inline;
|
|
|
|
top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Federation Share buttons */
|
|
|
|
|
|
|
|
.share {
|
|
|
|
.btn-xs {
|
|
|
|
line-height: 1.3;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
label,
|
|
|
|
label:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|