diff options
author | Irina Gómez <irinagomez@us.es> | 2018-10-18 09:33:28 +0000 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2018-10-18 09:33:28 +0000 |
commit | 74210dfb8ef508d32dce2d81b64e463b3840cdaa (patch) | |
tree | 93cb6afdf2bfc3fb485f0ea6cc70213c0b78e4f7 /admin/WebConsole/estilos.css | |
parent | 4dabcbe869e27e9ca166389731c647daa68e1649 (diff) |
#867 Página de ayuda: cambio estilo e índices de array de mensajes en inglés.
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index 302d0f6a..d80d00fe 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -432,7 +432,9 @@ A.tabla_listados_sin:link{ FONT-WEIGHT: 300; } /* Ayuda enlaces sin subrayado */ -a.nounderline:link +.help_menu { -text-decoration:none; + text-decoration: none; + color: #6b6363; + font-weight: bold; } |