summaryrefslogtreecommitdiff
path: root/common/content/style.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2008-12-05 17:55:38 -0500
committerKris Maglione <maglione.k@gmail.com>2008-12-05 17:55:38 -0500
commited7549cca7ec66ddb08e80a0aa0a5d95ddb44901 (patch)
treebe53aedf357611fd28cf6e2590dffc28fa7936f8 /common/content/style.js
parent704493c646ad65d10fef6495df44734d42508632 (diff)
downloadpentadactyl-ed7549cca7ec66ddb08e80a0aa0a5d95ddb44901.tar.gz
Fix CompTitle padding, and stuff.
Diffstat (limited to 'common/content/style.js')
-rw-r--r--common/content/style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/style.js b/common/content/style.js
index 60418638..ca9f19cd 100644
--- a/common/content/style.js
+++ b/common/content/style.js
@@ -27,7 +27,7 @@ Highlights.prototype.CSS = <![CDATA[
CompGroup
CompGroup:not(:first-of-type) margin-top: .5em;
CompTitle color: magenta; background: white; font-weight: bold;
- CompTitle>* /* border-bottom: 1px dashed magenta; */
+ CompTitle>* padding: 0 .5ex;
CompMsg font-style: italic; margin-left: 16px;
CompItem
CompItem[selected] background: yellow;