diff options
author | Jesús <heckyel@hyperbola.info> | 2018-08-26 19:27:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-08-26 19:27:04 -0500 |
commit | a12a9dacfecd0fcdab7ab832cab4d9e21100be50 (patch) | |
tree | d042c298cc5bdfc71e014e27a108ff8e3c698dc9 | |
parent | e3d5ab93bbe4765da98838edd180c13d10912cbc (diff) | |
download | ytlibre-a12a9dacfecd0fcdab7ab832cab4d9e21100be50.tar.lz ytlibre-a12a9dacfecd0fcdab7ab832cab4d9e21100be50.tar.xz ytlibre-a12a9dacfecd0fcdab7ab832cab4d9e21100be50.zip |
improve styles on tag <code>
-rw-r--r-- | templates/video.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 92a86ab..823f533 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -17,6 +17,8 @@ background: black; text-align: center; padding: 1em; + border: solid 1px #00b7f1; + margin-bottom: 1em; } </style> </head> @@ -96,7 +98,7 @@ <!--LibreVideoJS--> </div> </section> - <p>{$baselink}</p> + <code>{$baselink}</code> <code>{$current_url}</code> <footer> <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" href="https://notabug.org/heckyel/ytlibre" target="_blank">Notabug</a> bajo la Licencia |