From 76fad17378b805b48c8082a29571f916bae710c1 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 23 Dec 2010 02:49:00 -0500 Subject: [PATCH] Slightly dodgy help table formatting tweaks. --- common/content/configbase.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/configbase.js b/common/content/configbase.js index d8905393..fa3de669 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -404,7 +404,8 @@ const ConfigBase = Class(ModuleBase, { HelpTabColumn;html|column;dactyl://help/* display: table-column; HelpTabColumn:first-child width: 25%; HelpTabTitle;html|dt;dactyl://help/* display: table-cell; padding: .1ex 1ex; font-weight: bold; - HelpTabDescription;html|dd;dactyl://help/* display: table-cell; padding: .1ex 1ex; border-width: 0px; + HelpTabDescription;html|dd;dactyl://help/* display: table-cell; padding: .3ex 1em; text-indent: -1em; border-width: 0px; + HelpTabDescription>*;;dactyl://help/* text-indent: 0; HelpTabRow;html|dl>html|tr;dactyl://help/* display: table-row; HelpTag display: inline-block; color: #527BBD; margin-left: 1ex; font-size: 8pt; font-weight: bold;