Cosmetic tweaks and under the radar flag sabotage.

This commit is contained in:
z3d
2009-07-15 23:57:28 +00:00
parent ab349a5303
commit ab66dfcb65
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ public class LogsHelper extends HelperBase {
public String getLogs() {
String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages());
return "Location: " + _context.logManager().currentFile() + "<br />" + str;
return "Location: <code>" + _context.logManager().currentFile() + "</code><br /><br />" + str;
}
public String getCriticalLogs() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 435 B

View File

@ -442,7 +442,7 @@ select {
padding: 4px;
border: 1px solid #001;
min-width: 110px;
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
textarea {