From bf147840fff62af45642a72206fe9fe33c2880e7 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Sep 2013 18:37:01 -0400 Subject: [PATCH] Fixes regression with page grid Former-commit-id: fec54a9e10424ff0bc749fb51f4c16c8173e99ee Former-commit-id: 9d443c45fef508cc58221f6f69ed56a312603319 --- RELEASE NOTES.md | 5 +++++ build/less/collections/grid.less | 2 ++ build/uncompressed/collections/grid.css | 2 ++ node/package.json | 2 +- node/src/documents/index.html.eco | 6 +++--- node/src/files/build/less/collections/grid.less | 2 ++ node/src/files/build/semantic.zip.REMOVED.git-id | 2 +- node/src/files/build/uncompressed/collections/grid.css | 2 ++ src/collections/grid.less | 2 ++ 9 files changed, 20 insertions(+), 5 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index f27753cff..aa0bbd44f 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,5 +1,10 @@ ## RELEASE NOTES +### Version 0.3.1- Sep 28, 2013 + +**Fixes** +- Fixes Page Grid still receiving negative margin + ### Version 0.3.0- Sep 28, 2013 **Fixes** diff --git a/build/less/collections/grid.less b/build/less/collections/grid.less index 302a6cc12..3f9c510db 100644 --- a/build/less/collections/grid.less +++ b/build/less/collections/grid.less @@ -104,6 +104,8 @@ body > .ui.grid { .ui.page.grid { min-width: 320px; + margin-left: 0%; + margin-right: 0%; } @media only screen and (max-width : 998px) { diff --git a/build/uncompressed/collections/grid.css b/build/uncompressed/collections/grid.css index 75fcd1b79..f94c0a76a 100644 --- a/build/uncompressed/collections/grid.css +++ b/build/uncompressed/collections/grid.css @@ -82,6 +82,8 @@ body > .ui.grid { -------------------------*/ .ui.page.grid { min-width: 320px; + margin-left: 0%; + margin-right: 0%; } @media only screen and (max-width: 998px) { .ui.page.grid { diff --git a/node/package.json b/node/package.json index e38619c9d..f5f3c7fa7 100755 --- a/node/package.json +++ b/node/package.json @@ -1,7 +1,7 @@ { "semantic": { "name": "Semantic UI", - "version": "0.3.0" + "version": "0.3.1" }, "dependencies": { "docpad": "~6.53.0", diff --git a/node/src/documents/index.html.eco b/node/src/documents/index.html.eco index 7e17cd3ef..a86438477 100755 --- a/node/src/documents/index.html.eco +++ b/node/src/documents/index.html.eco @@ -14,7 +14,7 @@ type : 'Semantic'
-

Semantic UI 0.3.0

+

Semantic UI 0.3.1

UI is the vocabulary of the web.

Semantic empowers designers and developers by creating a language for sharing UI.

View UI @@ -97,8 +97,8 @@ type : 'Semantic'
Semantic
-
- +
+ Like it
diff --git a/node/src/files/build/less/collections/grid.less b/node/src/files/build/less/collections/grid.less index 302a6cc12..3f9c510db 100644 --- a/node/src/files/build/less/collections/grid.less +++ b/node/src/files/build/less/collections/grid.less @@ -104,6 +104,8 @@ body > .ui.grid { .ui.page.grid { min-width: 320px; + margin-left: 0%; + margin-right: 0%; } @media only screen and (max-width : 998px) { diff --git a/node/src/files/build/semantic.zip.REMOVED.git-id b/node/src/files/build/semantic.zip.REMOVED.git-id index db11c94f7..c850f9a77 100644 --- a/node/src/files/build/semantic.zip.REMOVED.git-id +++ b/node/src/files/build/semantic.zip.REMOVED.git-id @@ -1 +1 @@ -6fa875f2f25e0e26bdfcc9000626d2196f86233b \ No newline at end of file +91877a58c7abc06e6bd190e490e9916497bc9673 \ No newline at end of file diff --git a/node/src/files/build/uncompressed/collections/grid.css b/node/src/files/build/uncompressed/collections/grid.css index 75fcd1b79..f94c0a76a 100644 --- a/node/src/files/build/uncompressed/collections/grid.css +++ b/node/src/files/build/uncompressed/collections/grid.css @@ -82,6 +82,8 @@ body > .ui.grid { -------------------------*/ .ui.page.grid { min-width: 320px; + margin-left: 0%; + margin-right: 0%; } @media only screen and (max-width: 998px) { .ui.page.grid { diff --git a/src/collections/grid.less b/src/collections/grid.less index 302a6cc12..3f9c510db 100755 --- a/src/collections/grid.less +++ b/src/collections/grid.less @@ -104,6 +104,8 @@ body > .ui.grid { .ui.page.grid { min-width: 320px; + margin-left: 0%; + margin-right: 0%; } @media only screen and (max-width : 998px) {