CSS: Remove class pull-left

Usage as class is discouraged. pull-right still in use. Should also be removed.
This commit is contained in:
Eric Lippmann 2016-11-17 10:59:31 +01:00
parent ec07ef2647
commit 48e1a2cf4b
3 changed files with 2 additions and 10 deletions

View File

@ -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;

View File

@ -6,7 +6,7 @@
[class^="col-"],
[class*=" col-"] {
.pull-left();
float: left;
// Fix that empty columns don't consume their width
min-height: 1px;
}

View File

@ -34,10 +34,6 @@
white-space: pre-wrap;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}