mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Apply line-height only for the page content
This commit is contained in:
parent
bf6e80a55e
commit
0482d42ab7
1 changed files with 3 additions and 4 deletions
|
@ -28,9 +28,6 @@ h3{
|
|||
font-size:110%;
|
||||
text-align:left;
|
||||
}
|
||||
p {
|
||||
line-height:1.5em;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:active{
|
||||
|
@ -74,7 +71,6 @@ ul ul{
|
|||
}
|
||||
li{
|
||||
padding:5px 0px;
|
||||
line-height:1.5em;
|
||||
}
|
||||
li p{
|
||||
margin:0px;
|
||||
|
@ -322,6 +318,9 @@ li p{
|
|||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
}
|
||||
#content p,#content li{
|
||||
line-height:1.5em;
|
||||
}
|
||||
|
||||
#footer{
|
||||
position:relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue