diff options
author | Sean Allred <code@seanallred.com> | 2014-11-25 18:54:39 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-25 18:54:39 -0500 |
commit | 6cf8215b3ea3bae581d0f423906fc88314939a27 (patch) | |
tree | cd9235bf1dd5de000d85c1c0a1bb46b2daebf9ca | |
parent | 533e0523c5762095fcdad06785e1767725b30e02 (diff) | |
parent | b49ef5c886beca0ba022fc4d3fce70b61cb88eda (diff) |
Merge pull request #94 from vermiculus/small-improvement-to-face
Small improvement to question-list face
Use a box rather than a combination overline/underline.
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 4d80305..fc6d16c 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -52,7 +52,7 @@ :group 'sx-question-list-faces) (defface sx-question-list-answers-accepted - '((t :underline t :overline t :inherit sx-question-list-answers)) + '((t :box 1 :inherit sx-question-list-answers)) "" :group 'sx-question-list-faces) |