mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
CSS: Remove superfluous display: block; directive
This was necessary because `div.images` had specified
`display: inline-block;` but this was removed with commit be74138.
This commit is contained in:
parent
92fe40a055
commit
5aa09c463a
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ div.images {
|
|||
}
|
||||
|
||||
div.images.object-detail-view {
|
||||
display: block;
|
||||
|
||||
img.graphiteImg {
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Reference in a new issue