Skip to content

Commit

Permalink
Item12583: revert to simple floats in $VERSION
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MetaCommentPlugin@17144 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Dec 11, 2013
1 parent 6e677ff commit cdd3581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/MetaCommentPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ use Foswiki::Func ();
use Foswiki::Plugins ();
use Foswiki::Contrib::JsonRpcContrib ();

use version; our $VERSION = version->parse("2.50");
our $RELEASE = '15 Aug 2013';
our $VERSION = '2.50';
our $RELEASE = '2.50';
our $SHORTDESCRIPTION = 'An easy to use comment system';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down
3 changes: 0 additions & 3 deletions pub/System/MetaCommentPlugin/metacomment.uncompressed.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ a.cmtPermLink,
.cmtComments textarea {
width:99%;
}
.ui-dialog textarea {
width:98%;
}

.cmtComment .imagePlain_left,
.cmtComment .imageSimple_left {
Expand Down

0 comments on commit cdd3581

Please sign in to comment.