@@ -2686,83 +2686,43 @@ Based on Zurb Foundation's Grid
2686
2686
[class *= "column" ] + [class *= "column" ].end { float : left; }
2687
2687
2688
2688
.one , .row .one { width : 8.33333% ; }
2689
-
2690
2689
.two , .row .two { width : 16.66667% ; }
2691
-
2692
2690
.three , .row .three { width : 25% ; }
2693
-
2694
2691
.four , .row .four { width : 33.33333% ; }
2695
-
2696
2692
.five , .row .five { width : 41.66667% ; }
2697
-
2698
2693
.six , .row .six { width : 50% ; }
2699
-
2700
2694
.seven , .row .seven { width : 58.33333% ; }
2701
-
2702
2695
.eight , .row .eight { width : 66.66667% ; }
2703
-
2704
2696
.nine , .row .nine { width : 75% ; }
2705
-
2706
2697
.ten , .row .ten { width : 83.33333% ; }
2707
-
2708
2698
.eleven , .row .eleven { width : 91.66667% ; }
2709
-
2710
2699
.twelve , .row .twelve { width : 100% ; }
2711
2700
2712
- .row .offset-by-one { margin-left : 8.33333% ; }
2713
-
2714
- .row .offset-by-two { margin-left : 16.66667% ; }
2715
-
2716
- .row .offset-by-three { margin-left : 25% ; }
2717
-
2718
- .row .offset-by-four { margin-left : 33.33333% ; }
2719
-
2720
- .row .offset-by-five { margin-left : 41.66667% ; }
2721
-
2722
- .row .offset-by-six { margin-left : 50% ; }
2723
-
2724
- .row .offset-by-seven { margin-left : 58.33333% ; }
2725
-
2726
- .row .offset-by-eight { margin-left : 66.66667% ; }
2727
-
2728
- .row .offset-by-nine { margin-left : 75% ; }
2729
-
2730
- .row .offset-by-ten { margin-left : 83.33333% ; }
2731
-
2732
2701
.push-two { left : 16.66667% ; }
2733
-
2734
2702
.pull-two { right : 16.66667% ; }
2735
2703
2736
2704
.push-three { left : 25% ; }
2737
-
2738
2705
.pull-three { right : 25% ; }
2739
2706
2740
2707
.push-four { left : 33.33333% ; }
2741
-
2742
2708
.pull-four { right : 33.33333% ; }
2743
2709
2744
2710
.push-five { left : 41.66667% ; }
2745
-
2746
2711
.pull-five { right : 41.66667% ; }
2747
2712
2748
2713
.push-six { left : 50% ; }
2749
-
2750
2714
.pull-six { right : 50% ; }
2751
2715
2752
2716
.push-seven { left : 58.33333% ; }
2753
-
2754
2717
.pull-seven { right : 58.33333% ; }
2755
2718
2756
2719
.push-eight { left : 66.66667% ; }
2757
-
2758
2720
.pull-eight { right : 66.66667% ; }
2759
2721
2760
2722
.push-nine { left : 75% ; }
2761
-
2762
2723
.pull-nine { right : 75% ; }
2763
2724
2764
2725
.push-ten { left : 83.33333% ; }
2765
-
2766
2726
.pull-ten { right : 83.33333% ; }
2767
2727
2768
2728
img , object , embed { max-width : 100% ; height : auto; }
@@ -2784,7 +2744,6 @@ object, embed { height: 100%; }
2784
2744
[class *= "column" ] + [class *= "column" ]: last-child { float : none; }
2785
2745
.column : before , .columns : before , .column : after , .columns : after { content : "" ; display : table; }
2786
2746
.column : after , .columns : after { clear : both; }
2787
- .offset-by-one , .offset-by-two , .offset-by-three , .offset-by-four , .offset-by-five , .offset-by-six , .offset-by-seven , .offset-by-eight , .offset-by-nine , .offset-by-ten { margin-left : 0 !important ; }
2788
2747
.push-two , .push-three , .push-four , .push-five , .push-six , .push-seven , .push-eight , .push-nine , .push-ten { left : auto; }
2789
2748
.pull-two , .pull-three , .pull-four , .pull-five , .pull-six , .pull-seven , .pull-eight , .pull-nine , .pull-ten { right : auto; }
2790
2749
/* Mobile 4-column Grid */
0 commit comments