This commit is contained in:
Kovid Goyal 2013-05-10 09:53:18 +05:30
parent 2652e6b732
commit 0ab3348754

View File

@ -209,6 +209,9 @@ class RunStyle(object):
if self.highlight is not inherit and self.highlight != 'transparent':
c['background-color'] = self.highlight
if self.b:
c['font-weight'] = 'bold'
return self._css
def same_border(self, other):