mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 20:31:26 +02:00
grunt
This commit is contained in:
6
dist/css/bootstrap-grid.css
vendored
6
dist/css/bootstrap-grid.css
vendored
@@ -23,8 +23,8 @@ html {
|
||||
}
|
||||
|
||||
.container::after {
|
||||
display: block;
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@@ -92,8 +92,8 @@ html {
|
||||
}
|
||||
|
||||
.container-fluid::after {
|
||||
display: block;
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ html {
|
||||
}
|
||||
|
||||
.row::after {
|
||||
display: block;
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user