From 265784964eab1117eade46d1f80a7d185cf7a7f5 Mon Sep 17 00:00:00 2001 From: joshinils Date: Sun, 6 Sep 2020 13:33:49 +0200 Subject: [PATCH] change style --- app.py | 2 +- static/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 5f09c67..746ee83 100644 --- a/app.py +++ b/app.py @@ -39,7 +39,7 @@ p = Programme(ChannelName( channelName_Id[child.attrib["channel"]], child.attrib["channel"]), child.attrib["start"], child.attrib["stop"]) for c in child: - p.data[c.tag] = c.text.replace(" - ", " – ").replace(" ", " ") + p.data[c.tag] = c.text.replace(" - ", " — ").replace(" ", " ") guide.addProgram(p) # print(p.data) diff --git a/static/style.css b/static/style.css index 7c18b68..075c082 100644 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,7 @@ body { color: #000; background-color: #fff; font-family: Verdana, Geneva, Tahoma, sans-serif; - width: 100000px; + width: 10000px; } .channelDay { @@ -30,7 +30,7 @@ body { } .channel { - max-width: 350px; + max-width: 410px; justify-content: space-between; text-align: justify; word-wrap: break-word; @@ -143,4 +143,4 @@ body { .series .title, .series .category { color: #000; -} \ No newline at end of file +}