2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
+3 -3
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;
}