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:
commit
4096a0f5ff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue