mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
css fix
git-svn-id: http://www.observium.org/svn/observer/trunk@225 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
function generate_front_box ($type, $content) {
|
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
|
$content
|
||||||
</div>");
|
</div>");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user