1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 03:55:46 +01:00

Fix CompTitle padding, and stuff.

This commit is contained in:
Kris Maglione
2008-12-05 17:55:38 -05:00
parent 704493c646
commit ed7549cca7
2 changed files with 3 additions and 28 deletions

View File

@@ -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;