Browse Source

Adds justified to header, segment, grid

beta
jlukic 11 years ago
parent
commit
ddaff6065d
  1. 16142
      .docpad.db
  2. 12
      src/collections/grid.less
  3. 7
      src/elements/header.less
  4. 3
      src/elements/segment.less

16142
.docpad.db

File diff suppressed because one or more lines are too long

12
src/collections/grid.less

@ -462,15 +462,15 @@ body > .ui.grid {
text-align: right;
}
.ui.justify.grid,
.ui.justify.grid > .row > .column,
.ui.justify.grid > .column,
.ui.grid .justify.column,
.ui.grid > .justify.row > .column {
.ui.justified.grid,
.ui.justified.grid > .row > .column,
.ui.justified.grid > .column,
.ui.grid .justified.column,
.ui.grid > .justified.row > .column {
text-align: justify;
hyphens: auto;
}
/*----------------------
Vertically Centered
-----------------------*/

7
src/elements/header.less

@ -263,9 +263,14 @@ h5.ui.header {
.ui.center.aligned.header {
text-align: center;
}
.ui.justify.header {
.ui.justified.header {
text-align: justify;
}
.ui.justified.header:after {
display: inline-block;
content: '';
width: 100%;
}
/*-------------------
Floated

3
src/elements/segment.less

@ -373,8 +373,9 @@
.ui.center.aligned.segment {
text-align: center;
}
.ui.justify.aligned.segment {
.ui.justified.segment {
text-align: justify;
hyphens: auto;
}
/*-------------------

Loading…
Cancel
Save