mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
grunt
This commit is contained in:
Vendored
+3
-3
@@ -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