Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Sep 12, 2021
1 parent 1ee18ad commit 3f14d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usr/themes/default/grid.css
Expand Up @@ -4,7 +4,7 @@
* Version: 1.2.8
* Update: 2013.11.25
*/
.container, .row [class*="col-"] {
.container, .row > [class*="col-"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand All @@ -19,14 +19,14 @@
margin-right: -10px;
margin-left: -10px; }

.row [class*="col-"] {
.row > [class*="col-"] {
float: left;
min-height: 1px;
padding-right: 10px;
padding-left: 10px; }

.row [class*="-push-"],
.row [class*="-pull-"] {
.row > [class*="-push-"],
.row > [class*="-pull-"] {
position: relative; }

/*
Expand Down

0 comments on commit 3f14d6e

Please sign in to comment.