diff options
author | Irina Gómez <irinagomez@us.es> | 2019-09-18 11:07:07 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-09-18 11:07:07 +0200 |
commit | 3283bc76f58c95fb9251c535b64d6d17147669d4 (patch) | |
tree | 1d8f3c57c766388467ea68b365f5a202e66afffc /admin/WebConsole/estilos.css | |
parent | 2c1b0cf5775e0af2ef29f9090a608b87caf4de98 (diff) |
#858: The tip of the day is shown only when entering the web console. change in style: align image center and maximum width for text.
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index 49631114..c53747c2 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -438,3 +438,13 @@ A.tabla_listados_sin:link{ color: #6b6363; font-weight: bold; } +/* consejo del día */ +.consejo { + margin: 0 auto; + text-align: justify; + padding: 0 2em 0 2em; + max-width: 50em; +} +.consejo > div { + text-align: center; +} |