diff options
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; |