Line height added to previously opened files list

Icons and text previously looked out of line
This commit is contained in:
Matt Pass
2013-05-23 09:55:09 +01:00
parent 2dd2e64f43
commit 0677cb2a90

View File

@@ -67,7 +67,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"
<div style="float: left">
<h2 style="color: rgba(0,198,255,0.7)">files</h2>
<span style="color:#888">Last 10 files opened:</span><br>
<ul class="fileManager" style="margin-left: 0">
<ul class="fileManager" style="margin-left: 0; line-height: 20px">
<?php
$last10FilesArray = explode(",",$ICEcoder["last10Files"]);
for ($i=0;$i<count($last10FilesArray);$i++) {