diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d8326d8..88c63e1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,9 +2,10 @@ This file contains the RELEASE-NOTES of the Semantic Cite (a.k.a. SCI) extension ### 1.2.0 -Released on September 25, 2016. +Released on November 5, 2016. * #35 Introduced a different CSS class schema to accommodate observations from #32 and #33 +* #36 Introduced a configuration setting to control the selection of the appropriated number of columns based on the screen width * Localization updates from https://translatewiki.net ### 1.1.0 diff --git a/SemanticCite.php b/SemanticCite.php index d4e8bb2..e1286d4 100644 --- a/SemanticCite.php +++ b/SemanticCite.php @@ -41,7 +41,7 @@ public static function initExtension() { // Load DefaultSettings require_once __DIR__ . '/DefaultSettings.php'; - define( 'SCI_VERSION', '1.2.0-alpha' ); + define( 'SCI_VERSION', '1.2.0' ); // Register the extension $GLOBALS['wgExtensionCredits']['semantic'][ ] = array( diff --git a/res/scite.styles.css b/res/scite.styles.css index b490b2c..61839b0 100644 --- a/res/scite.styles.css +++ b/res/scite.styles.css @@ -54,7 +54,7 @@ -webkit-column-gap: 0.2em; -moz-column-gap: 0.2em; column-gap: 0.2em; - margin-bottom: -3em; + margin-bottom: -1.8em; } .scite-referencelist-columns-responsive-mono { @@ -275,4 +275,4 @@ .skin-chameleon .smw-form-horizontalrule { margin-bottom: 10px; margin-top: 5px; -} \ No newline at end of file +}