Remove line-height settings for lines in screen and programlisting
elements which were hiding underlines in text. Submitted by: James Riggs <equipages@gmail.com>
This commit is contained in:
parent
0b25dc9ab2
commit
6d5231d53e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44126
1 changed files with 0 additions and 2 deletions
|
@ -274,7 +274,6 @@ html {
|
|||
border-color: #EEB985;
|
||||
border-width: 0 0 0 24px;
|
||||
border-radius: 6px;
|
||||
line-height: 1.1;
|
||||
counter-reset: code;
|
||||
}
|
||||
|
||||
|
@ -287,7 +286,6 @@ html {
|
|||
border-color: #BABABA;
|
||||
border-width: 0 0 0 24px;
|
||||
border-radius: 6px;
|
||||
line-height: 1.1;
|
||||
counter-reset: code;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue