Html template styles: remove span.underline.
Now we use `<u>` elements for underlined text, so this is superfluous. (@mb21 correct me if I'm wrong.)
This commit is contained in:
parent
bec41531fc
commit
d2bd9abc4d
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ header {
|
|||
$endif$
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
|
|
Loading…
Add table
Reference in a new issue