Tweaked margin top

Was clashing with text above
This commit is contained in:
Matt Pass
2014-03-15 13:00:28 +00:00
parent c9399446eb
commit d2149be2ef

View File

@@ -92,7 +92,7 @@ h2 {color: rgba(0,198,255,0.7)}
$last10FilesArray = explode(",",$ICEcoder["last10Files"]);
for ($i=0;$i<count($last10FilesArray);$i++) {
if ($ICEcoder["last10Files"]=="") {
echo '<div style="display: inline-block; margin-left: -39px; margin-top: -18px">[none]</div><br><br>';
echo '<div style="display: inline-block; margin-left: -39px; margin-top: -4px">[none]</div><br><br>';
} else {
$fileFolderName = str_replace("\\","/",$last10FilesArray[$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)