compare grids

svn path=/trunk/; revision=27899
This commit is contained in:
hugo 2014-02-05 16:43:07 +00:00
parent 7012828462
commit dc4bf7d902
3 changed files with 27 additions and 2 deletions

File diff suppressed because one or more lines are too long

2
look/fsfe.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -44,6 +44,10 @@ q, .en q {
.btn-primary;
}
.n {
.hide;
}
/* page structure and grids */
@ -1183,6 +1187,27 @@ table#gold {
}
}
.compare {
.clear {
.make-row;
.grid-20 {
.make-xs-column(2);
}
.grid-40 {
.make-xs-column(4);
}
.grid-50 {
.make-xs-column(6);
}
.grid-60 {
.make-xs-column(8);
}
.grid-80 {
.make-xs-column(10);
}
}
}
/* in EIFv2 analysis */
#eifv2-track {