mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
less retarded map. remove gradient from body background
git-svn-id: http://www.observium.org/svn/observer/trunk@2731 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -2,14 +2,7 @@ body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background: rgb(249,249,249); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
|
||||
background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
|
||||
background: rgb(255,255,255); /* Old browsers */
|
||||
color: #555;
|
||||
font-size: 10pt;
|
||||
line-height: 20px;
|
||||
|
@ -178,6 +178,7 @@ if (isset($_GET['format']) && preg_match("/^[a-z]*$/", $_GET['format']))
|
||||
{
|
||||
# $maptool = $config['unflatten'] . ' -f -l 5 | ' . $config['sfdp'] . ' -Gpack -Gcharset=latin1 | '.$config['dot'];
|
||||
$maptool = $config['neato'];
|
||||
$maptool = $config['dot'];
|
||||
} else {
|
||||
$maptool = $config['dot'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user