mirror of https://github.com/zulip/zulip.git
css: Remove unused `row-fluid` class.
This commit is contained in:
parent
96dee2b987
commit
b1a143e47c
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue