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:
Saivann 2014-12-13 20:06:30 -05:00
parent f368d38e04
commit 9718c474fb

View file

@ -763,29 +763,26 @@ table td,table th{
position:relative; position:relative;
text-align: left; text-align: left;
} }
.toccontent h2,
.toccontent h3,
.toccontent h4,
.toccontent h5,
.toccontent h6{
color:#383838;
margin-top: 40px;
margin-bottom: 0;
}
.toccontent h2{ .toccontent h2{
font-size:150%; font-size:150%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
} }
.toccontent h3{ .toccontent h3{
font-size:130%; font-size:130%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
} }
.toccontent h4{ .toccontent h4{
font-size:110%; font-size:110%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
} }
.toccontent h5,.toccontent h6{ .toccontent h5,.toccontent h6{
font-size:100%; font-size:100%;
color:#383838;
margin-top: 30px;
margin-bottom: 0;
} }
.toccontent img{ .toccontent img{
max-width:100%; max-width:100%;
@ -807,6 +804,9 @@ table td,table th{
} }
.toccontent .subhead-links{ .toccontent .subhead-links{
visibility: hidden; visibility: hidden;
font-size: 85%;
height: 18px;
padding-top: 7px;
} }
.toccontent:hover .subhead-links{ .toccontent:hover .subhead-links{
visibility: visible; visibility: visible;