Skip to content

Commit

Permalink
compiled CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhough committed Mar 25, 2014
1 parent 3e12a3a commit 9ff9292
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/css/centurion-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ body {
float: none;
margin: 0 auto;
}
.container [class^="pull-"],
.container [class^="push-"] {
.container [class*="pull-"],
.container [class*="push-"] {
right: 0;
}
.container .hide-desktop,
Expand Down
4 changes: 2 additions & 2 deletions assets/css/centurion.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ body {
float: none;
margin: 0 auto;
}
.container [class^="pull-"],
.container [class^="push-"] {
.container [class*="pull-"],
.container [class*="push-"] {
left: 0;
}
.container .hide-desktop,
Expand Down
4 changes: 2 additions & 2 deletions assets/css/fluid.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ body {
float: none;
margin: 0 auto;
}
.container [class^="pull-"],
.container [class^="push-"] {
.container [class*="pull-"],
.container [class*="push-"] {
left: 0;
}
.container .hide-desktop,
Expand Down
4 changes: 2 additions & 2 deletions assets/css/grid-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ body {
float: none;
margin: 0 auto;
}
.rtl .container [class^="pull-"],
.rtl .container [class^="push-"] {
.rtl .container [class*="pull-"],
.rtl .container [class*="push-"] {
right: 0;
}
.rtl .container .hide-desktop,
Expand Down
4 changes: 2 additions & 2 deletions assets/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ body {
float: none;
margin: 0 auto;
}
.container [class^="pull-"],
.container [class^="push-"] {
.container [class*="pull-"],
.container [class*="push-"] {
left: 0;
}
.container .hide-desktop,
Expand Down

0 comments on commit 9ff9292

Please sign in to comment.