MediaWiki:Common.css: Difference between revisions

No edit summary
Agnivesha (talk | contribs)
No edit summary
 
Line 1,442: Line 1,442:
.flaggedrevs_stable_synced {
.flaggedrevs_stable_synced {
     display: none;
     display: none;
}
/* Social Links styling */
.social-links-portlet {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.social-links-portlet h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}
.social-links-portlet .body {
    padding: 5px;
    text-align: center;
}
.social-links-portlet .fb-like,
.social-links-portlet .g-ytsubscribe,
.social-links-portlet .twitter-follow-button {
    margin: 10px auto;
    display: inline-block;
}
}