Skip to content

Commit e39f5f3

Browse files
committed
All: remove unused .offset-by- rules
Only used once, in the footer, where we can use `.columns.centered` instead.
1 parent 68e0c70 commit e39f5f3

File tree

3 files changed

+2
-43
lines changed

3 files changed

+2
-43
lines changed

themes/jquery/css/base.css

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,83 +2686,43 @@ Based on Zurb Foundation's Grid
26862686
[class*="column"] + [class*="column"].end { float: left; }
26872687

26882688
.one, .row .one { width: 8.33333%; }
2689-
26902689
.two, .row .two { width: 16.66667%; }
2691-
26922690
.three, .row .three { width: 25%; }
2693-
26942691
.four, .row .four { width: 33.33333%; }
2695-
26962692
.five, .row .five { width: 41.66667%; }
2697-
26982693
.six, .row .six { width: 50%; }
2699-
27002694
.seven, .row .seven { width: 58.33333%; }
2701-
27022695
.eight, .row .eight { width: 66.66667%; }
2703-
27042696
.nine, .row .nine { width: 75%; }
2705-
27062697
.ten, .row .ten { width: 83.33333%; }
2707-
27082698
.eleven, .row .eleven { width: 91.66667%; }
2709-
27102699
.twelve, .row .twelve { width: 100%; }
27112700

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-
27322701
.push-two { left: 16.66667%; }
2733-
27342702
.pull-two { right: 16.66667%; }
27352703

27362704
.push-three { left: 25%; }
2737-
27382705
.pull-three { right: 25%; }
27392706

27402707
.push-four { left: 33.33333%; }
2741-
27422708
.pull-four { right: 33.33333%; }
27432709

27442710
.push-five { left: 41.66667%; }
2745-
27462711
.pull-five { right: 41.66667%; }
27472712

27482713
.push-six { left: 50%; }
2749-
27502714
.pull-six { right: 50%; }
27512715

27522716
.push-seven { left: 58.33333%; }
2753-
27542717
.pull-seven { right: 58.33333%; }
27552718

27562719
.push-eight { left: 66.66667%; }
2757-
27582720
.pull-eight { right: 66.66667%; }
27592721

27602722
.push-nine { left: 75%; }
2761-
27622723
.pull-nine { right: 75%; }
27632724

27642725
.push-ten { left: 83.33333%; }
2765-
27662726
.pull-ten { right: 83.33333%; }
27672727

27682728
img, object, embed { max-width: 100%; height: auto; }
@@ -2784,7 +2744,6 @@ object, embed { height: 100%; }
27842744
[class*="column"] + [class*="column"]:last-child { float: none; }
27852745
.column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
27862746
.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; }
27882747
.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
27892748
.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
27902749
/* Mobile 4-column Grid */

themes/jquery/footer-ui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<footer class="clearfix simple">
55
<div class="constrain">
66
<div class="row">
7-
<div class="six columns offset-by-three">
7+
<div class="six columns centered">
88
<h3><span>Books</span></h3>
99
<ul class="books">
1010
<li>

themes/jquery/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<footer class="clearfix simple">
55
<div class="constrain">
66
<div class="row">
7-
<div class="six columns offset-by-three">
7+
<div class="six columns centered">
88
<h3><span>Books</span></h3>
99
<ul class="books">
1010
<li>

0 commit comments

Comments
 (0)