1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 14:48:22 +00:00

Removed responsive template folder

Integrated responsive 3rd and 4th graph column into official template.
The responsive template is redundant and has therefore been deleted.
This commit is contained in:
Martin Fischer 2017-01-28 08:44:53 +01:00
parent 8b27b99d0e
commit dc4f97c4db
22 changed files with 3 additions and 953 deletions

View file

@ -20,17 +20,17 @@
<style type="text/css">
td.third_plot_col, td.fourth_plot_col {
display: none;
display: none;
}
@media (min-width: 1900px) {
td.third_plot_col {
td.third_plot_col {
display: inline;
}
}
@media (min-width: 2530px) {
td.third_plot_col, td.fourth_plot_col {
td.third_plot_col, td.fourth_plot_col {
display: inline;
}
}