mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 17:01:25 +00:00
hack fix for bullet css bug
This commit is contained in:
parent
dd7f3b99d7
commit
ba2c62e91e
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
|||
max-width: 860px;
|
||||
}
|
||||
|
||||
.quickstart .content-dark
|
||||
{
|
||||
ul, ol, li
|
||||
{
|
||||
list-style-position: outside !important; /*hack fix for CSS bug affecting headers inside LI tags, ask Grin*/
|
||||
}
|
||||
}
|
||||
|
||||
.quickstart__table
|
||||
{
|
||||
margin: 0 auto $spacing-vertical;
|
||||
|
|
Loading…
Add table
Reference in a new issue