mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-22 12:02:39 +00:00
bbfb7731ce
* Plain text files deleted, content moved to SpecialCite.i18n.php * Code for c/b still in place * CSS classes added and styling moved to a new CSS file for the RL Shortly discussed with Siebrand on mediawiki-i18n-l Change-Id: Ie8e35cda1492bf1cab8f45ce618bac8402678879
15 lines
268 B
CSS
15 lines
268 B
CSS
.mw-specialcite-bibliographic {
|
|
border: 1px solid grey;
|
|
background: #E6E8FA;
|
|
width: 90%;
|
|
padding: 15px 30px 15px 30px;
|
|
margin: 10px auto;
|
|
}
|
|
.mw-specialcite-styles {
|
|
border: 1px solid grey;
|
|
width: 90%;
|
|
padding: 15px 30px 15px 30px;
|
|
margin: 10px auto;
|
|
}
|
|
|