From e77fcd1478c8fd35559a50c0802776e2b09698c2 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Mon, 3 Mar 2014 09:05:03 -0600 Subject: [PATCH] Make shortened links bigger and easier to see I needed a way to fill this space and I recieved some complaints about the size of the output, it's fairly hard to see. --- assets/css/elements.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/elements.css b/assets/css/elements.css index f58c39e..4858376 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -181,6 +181,7 @@ ul.nav li.dropdown:hover > ul.dropdown-menu { border-radius: 5px; padding: 5px; width: 66%; + font-size: medium; } #message a{