css: Remove unused `row-fluid` class.

This commit is contained in:
Aman Agrawal 2024-06-05 05:51:50 +00:00 committed by Tim Abbott
parent 96dee2b987
commit b1a143e47c
2 changed files with 0 additions and 43 deletions

View File

@ -1026,10 +1026,6 @@ input.new-organization-button {
padding: 20px 0;
}
.error_page .row-fluid {
margin-top: 60px;
}
.error_page img {
display: block;
clear: right;

View File

@ -82,18 +82,6 @@ a:focus {
.container {
width: 940px;
}
.row-fluid {
width: 100%;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.container {
margin-right: auto;
margin-left: auto;
@ -305,9 +293,6 @@ input:focus:invalid:focus {
.container {
width: auto;
}
.row-fluid {
width: 100%;
}
.row {
margin-left: 0;
}
@ -328,18 +313,6 @@ input:focus:invalid:focus {
.container {
width: 724px;
}
.row-fluid {
width: 100%;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
input {
margin-left: 0;
}
@ -360,18 +333,6 @@ input:focus:invalid:focus {
.container {
width: 1170px;
}
.row-fluid {
width: 100%;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
input {
margin-left: 0;
}