diff --git a/README.md b/README.md index 738c63fbe3..6336490669 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ exception): - overLIB (html/js/overlib_mini.js): modified Artistic 1.0? - scripts/*/mysql: GPLv2 only - check_mk (scripts/observium_agent*): GPLv2 - - qTip (html/css/jquery.qtip.min.css and html/js/qtip/jquery.qtip.min.js): GPLv2 [1]: https://groups.google.com/forum/#!forum/librenms-project "LibreNMS" [2]: https://github.com/librenms/librenms "Main LibreNMS GitHub repo" diff --git a/doc/General/Credits.md b/doc/General/Credits.md index 125eb3d25a..05c942696b 100644 --- a/doc/General/Credits.md +++ b/doc/General/Credits.md @@ -23,6 +23,5 @@ Other components (needs details filled in): - overLIB (html/js/overlib_mini.js): modified Artistic 1.0? - scripts/*/mysql: GPLv2 only - check_mk (scripts/observium_agent*): GPLv2 -- qTip (html/css/jquery.qtip.min.css and html/js/qtip/jquery.qtip.min.js): GPLv2 diff --git a/html/css/styles.css b/html/css/styles.css index 0cfcf63287..93711ced19 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -964,34 +964,6 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover { margin-top: -4px } -### qTip stuff - -.qtip .qtip-content { - padding: 10px; - overflow: hidden; -} - - .qtip .qtip-content .qtip-title, - .qtip-cream .qtip-content .qtip-title { - background-color: #F0DE7D; - } - - .qtip-light .qtip-content .qtip-title { - background-color: #f1f1f1; - } - - .qtip-dark .qtip-content .qtip-title { - background-color: #404040; - } - - .qtip-red .qtip-content .qtip-title { - background-color: #F28279; - } - - .qtip-green .qtip-content .qtip-title { - background-color: #B9DB8C; - } - /* Navigation Bar */ #menium { diff --git a/html/index.php b/html/index.php index d0448a7e4b..b8ffaacd4e 100755 --- a/html/index.php +++ b/html/index.php @@ -268,19 +268,7 @@ if ($config['page_gen']) echo('
Cached data in memory is '.formatStorage($cachesize).'. Page memory usage is '.formatStorage($fullsize).', peaked at '. formatStorage(memory_get_peak_usage()) .'.'); echo('
Generated in ' . $gentime . ' seconds.'); } -?> - - -