diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 23:28:21 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 23:28:21 +0000 |
commit | b49ef5c886beca0ba022fc4d3fce70b61cb88eda (patch) | |
tree | cd9235bf1dd5de000d85c1c0a1bb46b2daebf9ca | |
parent | 533e0523c5762095fcdad06785e1767725b30e02 (diff) |
Small improvement to question-list face
-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) |