mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
css fix again
git-svn-id: http://www.observium.org/svn/observer/trunk@226 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
function generate_front_box ($type, $content) {
|
||||
echo("<div style=' background: transparent url(../images/box-$type.png) no-repeat; display: block; height: 84px; width: 119px; padding: 8px; margin: 5px; float: left;'>
|
||||
echo("<div style=' background: transparent url(images/box-$type.png) no-repeat; display: block; height: 84px; width: 119px; padding: 8px; margin: 5px; float: left;'>
|
||||
$content
|
||||
</div>");
|
||||
|
||||
|
Reference in New Issue
Block a user