').append(
- $('').text(formatDateLong(cur[0]))
+ $(' | ').text(formatDate(cur[0]))
).append(
$(' | ').text(cur[1])
).append(
diff --git a/lsp/style.css b/lsp/style.css
index 146925c5..1bd05d3e 100644
--- a/lsp/style.css
+++ b/lsp/style.css
@@ -13,7 +13,8 @@ body
#page
{
- overflow: hidden;
+ overflow-y: hidden;
+ overflow-x:auto;
/*margin: 10px -170px 0 230px; */
padding: 0;
|