Skip to content

Commit

Permalink
Item13267: preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 19, 2015
1 parent 361bc12 commit b7c2f8f
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 200 deletions.
439 changes: 242 additions & 197 deletions data/System/GridLayoutPlugin.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/Foswiki/Plugins/GridLayoutPlugin.pm
Expand Up @@ -20,9 +20,9 @@ use warnings;

use Foswiki::Func ();

our $VERSION = '0.01';
our $RELEASE = '0.01';
our $SHORTDESCRIPTION = 'A Grid Layout Framework';
our $VERSION = '1.00';
our $RELEASE = '1.00';
our $SHORTDESCRIPTION = 'A 12er grid system for responsive layouts';
our $NO_PREFS_IN_TOPIC = 1;
our $core;

Expand Down
4 changes: 4 additions & 0 deletions lib/Foswiki/Plugins/GridLayoutPlugin/MANIFEST
Expand Up @@ -6,5 +6,9 @@ lib/Foswiki/Plugins/GridLayoutPlugin/Grid.pm 0644
lib/Foswiki/Plugins/GridLayoutPlugin.pm 0644
pub/System/GridLayoutPlugin/grid.css 0644
pub/System/GridLayoutPlugin/grid.css.gz 0644
pub/System/GridLayoutPlugin/GridLayoutPluginSnap1.png 0644
pub/System/GridLayoutPlugin/GridLayoutPluginSnap1-small.png 0644
pub/System/GridLayoutPlugin/GridLayoutPluginSnap2.png 0644
pub/System/GridLayoutPlugin/GridLayoutPluginSnap3.png 0644
pub/System/GridLayoutPlugin/grid.uncompressed.css 0644
pub/System/GridLayoutPlugin/Makefile 0644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pub/System/GridLayoutPlugin/grid.uncompressed.css
Expand Up @@ -19,6 +19,7 @@
height: 100%;
position:relative;
min-height:1em;
border:0;
}

.foswikiGrid .border {
Expand Down

0 comments on commit b7c2f8f

Please sign in to comment.