CSS: Remove class pull-left
Usage as class is discouraged. pull-right still in use. Should also be removed.
This commit is contained in:
parent
ec07ef2647
commit
48e1a2cf4b
|
@ -92,7 +92,7 @@
|
|||
.grid {
|
||||
.hosts-summary,
|
||||
.services-summary {
|
||||
.pull-left();
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -307,10 +307,6 @@ div.box.stats {
|
|||
color: @gray;
|
||||
}
|
||||
|
||||
.stats > .pull-left {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.stats > h3 {
|
||||
color: @gray;
|
||||
text-align: left;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[class^="col-"],
|
||||
[class*=" col-"] {
|
||||
.pull-left();
|
||||
float: left;
|
||||
// Fix that empty columns don't consume their width
|
||||
min-height: 1px;
|
||||
}
|
||||
|
|
|
@ -34,10 +34,6 @@
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue