Skip to content

Commit

Permalink
Item14313: fixed css selector for responsive grid
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 30, 2017
1 parent 13269fa commit 856cb3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/System/GridLayoutPlugin.txt
Expand Up @@ -496,6 +496,7 @@ jQuery(function($) {
%$DEPENDENCIES%

---++ Change History
| 30 Jan 2017 | fixed media query for responsiveness |
| 27 Jan 2017 | use all paddings and margins to percentage; better support for sub-grids |
| 11 Jul 2016 | minor css fixes for flexbox browser prefixes |
| 01 Sep 2015 | make grid system symetric; add features "offset", "push", "pull" |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/GridLayoutPlugin.pm
Expand Up @@ -20,8 +20,8 @@ use warnings;

use Foswiki::Func ();

our $VERSION = '3.10';
our $RELEASE = '27 Jan 2017';
our $VERSION = '3.11';
our $RELEASE = '30 Jan 2017';
our $SHORTDESCRIPTION = 'A 12er grid system for responsive layouts';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down
2 changes: 1 addition & 1 deletion pub/System/GridLayoutPlugin/grid.uncompressed.css
Expand Up @@ -316,7 +316,7 @@
padding-right:0 !important;
margin:1.385em 0 0 0 !important;
}
.foswikiGrid > .foswikiRow > .foswikiRow {
.foswikiGrid > .foswikiRow {
margin-left:0 !important;
margin-right:0 !important;
display:block;
Expand Down

0 comments on commit 856cb3b

Please sign in to comment.