From aeb19ab231e4cbe3d4dfda93d7b2629b37c96b6c Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Mon, 11 May 2020 21:23:30 +0200 Subject: Start the migration to Tyrian v2 Signed-off-by: Max Magorsch --- public/css/main.css | 3 +++ public/js/quoting.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/main.css b/public/css/main.css index 449d356..d5e0f31 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -63,6 +63,9 @@ .ag-message-content { clear: both; + background-color: #f5f5f5; + border: 1px solid #ccc; + padding: 10px; } .ag-message-content pre { diff --git a/public/js/quoting.js b/public/js/quoting.js index 0a92a55..5f59fbc 100644 --- a/public/js/quoting.js +++ b/public/js/quoting.js @@ -9,7 +9,7 @@ $(function() { return; } - var btn = $(""); + var btn = $(""); btn.insertAfter(table); btn.click(function() { $('.ag-quote').each(function(index) { -- cgit v1.2.3-65-gdbad