Merge branch '1122-Revision-del-estilo-CSS-de-las-paginas-de-ayuda' into 'develop'

Change pandora help window style - #1122

See merge request !741
This commit is contained in:
vgilc 2017-09-11 09:43:39 +02:00
commit 4096a0f5ff
1 changed files with 11 additions and 0 deletions

View File

@ -4139,6 +4139,8 @@ div#main_help_new_content {
padding-top: 10px;
background: white;
height: 100%;
font-size: 12pt;
font-family: 'lato-bolder';
}
div#main_help_new_content h1 {
@ -4150,6 +4152,15 @@ div#main_help_new_content p {
font-family: 'lato-bolder';
font-size: 12pt;
}
div#main_help_new_content b {
font-family: 'lato-bolder';
font-size: 12pt;
}
div#main_help_new_content li {
font-family: 'lato-bolder';
font-size: 12pt;
}
div#footer_help{
background: #333;