From 6bda95ff00c5654b9ede02e44cd8d15e117b3946 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 1 Nov 2008 20:52:13 +0000 Subject: [PATCH] Restore the fixed with/height in the :hi sample; theyre quite necessary so the output doesnt explode given certain CSS, and useful for showing certain visual effects --- content/style.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/style.js b/content/style.js index 098851ac..e1fef953 100644 --- a/content/style.js +++ b/content/style.js @@ -473,6 +473,8 @@ liberator.registerObserver("load_commands", function () display: inline-block !important; position: static !important; margin: 0px !important; padding: 0px !important; + width: 3em !important; min-width: 3em !important; max-width: 3em !important; + height: 1em !important; min-height: 1em !important; max-height: 1em !important; overflow: hidden !important; ]]>; let key = args.arguments[0];