diff --git a/bower.json b/bower.json index ae3d370..0223f67 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "marx", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/mblode/marx", "authors": [ "mblode" diff --git a/package.json b/package.json index e248b0f..a14d24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marx-css", - "version": "3.0.2", + "version": "3.0.3", "description": "The classless CSS reset (perfect for Communists).", "browserslist": [ "> 0.5%", diff --git a/scss/_base.scss b/scss/_base.scss index 4d27ff3..69ee26a 100644 --- a/scss/_base.scss +++ b/scss/_base.scss @@ -20,10 +20,6 @@ main { footer { border-top: $border; - clear: both; - display: inline-block; - float: left; - max-width: 100%; padding: $md-pad 0; text-align: center; diff --git a/styl/_base.styl b/styl/_base.styl index becdf11..1796159 100644 --- a/styl/_base.styl +++ b/styl/_base.styl @@ -18,10 +18,6 @@ main footer border-top: $border - clear: both - display: inline-block - float: left - max-width: 100% padding: $md-pad 0 text-align: center p