Merge pull request #2977 from rabuzarus/20161128_-_help_page_polishing
Add protocol docu to the help docs
This commit is contained in:
commit
efb2df41ba
15 changed files with 507 additions and 46 deletions
|
@ -2105,7 +2105,6 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
|
|||
|
||||
/* Events page */
|
||||
|
||||
|
||||
.fc .fc-month-view .fc-content .fc-title .item-desc:hover {
|
||||
color: $link_hover_color;
|
||||
}
|
||||
|
@ -2305,6 +2304,39 @@ little modifications to emulate a standard page template */
|
|||
-moz-box-shadow: 0 0 3px #dadada;
|
||||
}
|
||||
|
||||
/* Help Page */
|
||||
section.help-content-wrapper h1 {
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 1.8em;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
section.help-content-wrapper h2 {
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 1.5em;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
section.help-content-wrapper h3 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
section.help-content-wrapper h1,
|
||||
section.help-content-wrapper h2,
|
||||
section.help-content-wrapper h3,
|
||||
section.help-content-wrapper h5,
|
||||
section.help-content-wrapper h6 {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 16px;
|
||||
font-weight: 600;
|
||||
line-height: 1.25;
|
||||
}
|
||||
section.help-content-wrapper p {
|
||||
margin: 0.4em 0;
|
||||
}
|
||||
section.help-content-wrapper p,
|
||||
section.help-content-wrapper a {
|
||||
line-height: 1.6;
|
||||
font-size: 0.96em;
|
||||
}
|
||||
|
||||
/*
|
||||
* Overwriting for transparency and other colors
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue