diff options
author | Kris Maglione <maglione.k@gmail.com> | 2008-12-05 17:55:38 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2008-12-05 17:55:38 -0500 |
commit | ed7549cca7ec66ddb08e80a0aa0a5d95ddb44901 (patch) | |
tree | be53aedf357611fd28cf6e2590dffc28fa7936f8 /common/content/style.js | |
parent | 704493c646ad65d10fef6495df44734d42508632 (diff) | |
download | pentadactyl-ed7549cca7ec66ddb08e80a0aa0a5d95ddb44901.tar.gz |
Fix CompTitle padding, and stuff.
Diffstat (limited to 'common/content/style.js')
-rw-r--r-- | common/content/style.js | 2 |
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; |