mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve styles for actions in devel-docs
Apply consistent title and paragraph margins Increase space between titles and actions for better readability Use a different font-size for actions to separate them from the content
This commit is contained in:
parent
f368d38e04
commit
9718c474fb
1 changed files with 12 additions and 12 deletions
|
@ -763,29 +763,26 @@ table td,table th{
|
|||
position:relative;
|
||||
text-align: left;
|
||||
}
|
||||
.toccontent h2,
|
||||
.toccontent h3,
|
||||
.toccontent h4,
|
||||
.toccontent h5,
|
||||
.toccontent h6{
|
||||
color:#383838;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toccontent h2{
|
||||
font-size:150%;
|
||||
color:#383838;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toccontent h3{
|
||||
font-size:130%;
|
||||
color:#383838;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toccontent h4{
|
||||
font-size:110%;
|
||||
color:#383838;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toccontent h5,.toccontent h6{
|
||||
font-size:100%;
|
||||
color:#383838;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.toccontent img{
|
||||
max-width:100%;
|
||||
|
@ -807,6 +804,9 @@ table td,table th{
|
|||
}
|
||||
.toccontent .subhead-links{
|
||||
visibility: hidden;
|
||||
font-size: 85%;
|
||||
height: 18px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
.toccontent:hover .subhead-links{
|
||||
visibility: visible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue