mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Normalize text-align and line-height for p and li html tags
This commit is contained in:
parent
9fbe38d998
commit
bf6e80a55e
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,7 @@ ul ul{
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
padding:5px 0px;
|
padding:5px 0px;
|
||||||
text-align:left;
|
line-height:1.5em;
|
||||||
}
|
}
|
||||||
li p{
|
li p{
|
||||||
margin:0px;
|
margin:0px;
|
||||||
|
@ -1430,6 +1430,7 @@ body.old .resourcesold ul{
|
||||||
}
|
}
|
||||||
body.old .resourcesold li{
|
body.old .resourcesold li{
|
||||||
padding-top:6px;
|
padding-top:6px;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
body.old .resourcesold a,
|
body.old .resourcesold a,
|
||||||
body.old .resourcesold a:link,
|
body.old .resourcesold a:link,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue