mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Use a consistent line-height
This commit is contained in:
parent
a74901fa33
commit
dd2e063895
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ h1 img,h2 img,h3 img{
|
|||
margin-right:5px;
|
||||
}
|
||||
p {
|
||||
line-height: 1.5em;
|
||||
line-height:1.5em;
|
||||
}
|
||||
a:link,a:visited,a:active{
|
||||
color:#4892b2;
|
||||
|
@ -395,6 +395,7 @@ li{
|
|||
.index a,.index a:link,.index a:active,.index a:visited{
|
||||
display:block;
|
||||
text-decoration:none;
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
.box{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue