Browse Source

Fixes #929 Adds centered ui grid variation alongside center aligned

pull/954/head
jlukic 10 years ago
parent
commit
7582395aa2
1 changed files with 6 additions and 1 deletions
  1. 7
      src/definitions/collections/grid.less

7
src/definitions/collections/grid.less

@ -34,7 +34,7 @@
box-sizing: border-box;
}
body > .ui.grid {
body > .ui.grid:not(.page) {
margin-left: 0% !important;
margin-right: 0% !important;
}
@ -407,6 +407,11 @@ body > .ui.grid {
.ui.grid .centered.row {
text-align: center;
}
.ui.centered.grid > .column:not(.aligned),
.ui.centered.grid > .row > .column:not(.aligned),
.ui.grid .centered.row > .column:not(.aligned) {
text-align: left;
}
/*----------------------

Loading…
Cancel
Save