mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 03:33:55 +00:00
7c705dbac3
Also remove vestiges of the Cite extension from when this used to live in the same repo. Change-Id: I17dfad706d46afb452e8ff29140834174470b398
14 lines
277 B
CSS
14 lines
277 B
CSS
.mw-specialCiteThisPage-bibliographic {
|
|
border: 1px solid grey;
|
|
background: #E6E8FA;
|
|
width: 90%;
|
|
padding: 15px 30px 15px 30px;
|
|
margin: 10px auto;
|
|
}
|
|
.mw-specialCiteThisPage-styles {
|
|
border: 1px solid grey;
|
|
width: 90%;
|
|
padding: 15px 30px 15px 30px;
|
|
margin: 10px auto;
|
|
}
|