Mercurial > code > home > repos > light9
changeset 2111:bd443e4bff0d
asco styling
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 18:50:45 +0000 |
parents | 13d1fc32125b |
children | 0b80bcc82cb1 |
files | light9/ascoltami/index.html light9/web/style.css |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/ascoltami/index.html Thu Jun 02 18:50:28 2022 +0000 +++ b/light9/ascoltami/index.html Thu Jun 02 18:50:45 2022 +0000 @@ -2,7 +2,7 @@ <html> <head> <title>ascoltami on {{host}}</title> - <link rel="stylesheet" href="style.css" /> + <link rel="stylesheet" href="./style.css" /> <style> #cmd-go { min-width: 5em;
--- a/light9/web/style.css Thu Jun 02 18:50:28 2022 +0000 +++ b/light9/web/style.css Thu Jun 02 18:50:45 2022 +0000 @@ -35,8 +35,7 @@ .songs { - -moz-column-width:205px; - -webkit-column-width:205px; + column-width: 15em; } .songs button { display: inline-block; @@ -152,7 +151,7 @@ /* ascoltami mini mode */ @media (max-height: 600px) { .songs { - -webkit-column-width: 12em; + column-width: 15em; } .songs button { font-size: initial;