Skip to content

Commit

Permalink
Item13673: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 4, 2015
1 parent 3dd0212 commit 5fb9164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions data/System/GridLayoutPlugin.txt
Expand Up @@ -497,11 +497,14 @@ jQuery(function($) {
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->

| Change History: | <!-- versions below in reverse order -->&nbsp; |
---++ Dependencies
%$DEPENDENCIES%

---++ Change History
| 01 Sep 2015 | make grid system symetric; add features "offset", "push", "pull" |
| 31 Aug 2015 | css classes are configurable now |
| 19 Feb 2015 | initial release |
| Dependencies: | %$DEPENDENCIES% |


%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Michael Daum"}%
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.02';
our $RELEASE = '2 Sep 2015';
our $VERSION = '3.03';
our $RELEASE = '4 Sep 2015';
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 @@ -198,7 +198,7 @@
.foswikiGrid.foswikiGutter5 .foswikiCol5, .foswikiGrid.foswikiGutter5 .foswikiCol6,
.foswikiGrid.foswikiGutter5 .foswikiCol7,.foswikiGrid.foswikiGutter5 .foswikiCol8,
.foswikiGrid.foswikiGutter5 .foswikiCol9, .foswikiGrid.foswikiGutter5 .foswikiCol10,
.foswikiGrid.foswikiGutter5 .foswikiCol11 .foswikiGrid.foswikiGutter5 .foswikiCol12 {
.foswikiGrid.foswikiGutter5 .foswikiCol11, .foswikiGrid.foswikiGutter5 .foswikiCol12 {
padding-left:2.5%;
padding-right:2.5%;
}
Expand Down

0 comments on commit 5fb9164

Please sign in to comment.