2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Bert Peters
2078cab690 Bugfix: fix graph scaling in munstrap.
Bootstrap sets box-sizing to border-box to make lay-outing easier, but
this damages the scaling of the munin graphs, which get a border to
indicate their warning state.

This patch makes all images have box-sizing: content-box, so that the
graphs are actually the intended size, rather than the intended size
minus the border, causing a blurry image.
2018-03-06 11:29:54 +01:00
Cristian Deluxe
31a71874f5 Restored deleted image/text styles for warnings 2017-01-28 01:48:31 +01:00
Cristian Deluxe
e23d6f9ab0 Reformatted code, minimize css and optimize css 2017-01-28 01:23:48 +01:00