From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- .../Cite/modules/ext.specialcite/ext.specialcite.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extensions/Cite/modules/ext.specialcite/ext.specialcite.css (limited to 'extensions/Cite/modules/ext.specialcite/ext.specialcite.css') diff --git a/extensions/Cite/modules/ext.specialcite/ext.specialcite.css b/extensions/Cite/modules/ext.specialcite/ext.specialcite.css new file mode 100644 index 00000000..65a4e40e --- /dev/null +++ b/extensions/Cite/modules/ext.specialcite/ext.specialcite.css @@ -0,0 +1,14 @@ +.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; +} + -- cgit v1.2.2