CSS: Reduce .images rules

SVG-related rules have been removed since we render images and not SVGs.
`display: block` has been removed to allow the graphs to layout
themselves. Without an explicit width setting via templates they consume
100% anyway, otherwise they could now fit on a single line.
This commit is contained in:
Eric Lippmann 2023-06-29 10:51:04 +02:00
parent 3377399b40
commit ba9e977e92

View file

@ -1,20 +1,5 @@
div.images {
h3 {
clear: both;
}
img.svg {
float: left;
border: none;
}
}
div.images.object-detail-view {
img.graphiteImg {
.images.object-detail-view > img {
width: 100%;
display: block;
}
}
.timerangepicker-container {