diff options
-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 |