mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-12 09:10:32 +00:00
847a09be11
Moved the scripts and the CSS into the modules folder directly (like almost all other extensions do), added a .jshintrc to not have jenkins shout at this change and minor stuff. After this change Cite will no longer work with anything older than PHP 5.3! Change-Id: I1c87af794f2a9894fb0d82a5bd97bd2182f028e1
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;
|
|
}
|
|
|