1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00
This commit is contained in:
Mark Otto
2016-11-27 22:29:55 -08:00
parent 5db88075c1
commit 4393da18f6
29 changed files with 846 additions and 1074 deletions

View File

@@ -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;
}