Skip to content

Commit

Permalink
change style
Browse files Browse the repository at this point in the history
  • Loading branch information
joshinils committed Sep 6, 2020
1 parent 52d084a commit 2657849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
color: #000;
background-color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
width: 100000px;
width: 10000px;
}

.channelDay {
Expand Down Expand Up @@ -30,7 +30,7 @@ body {
}

.channel {
max-width: 350px;
max-width: 410px;
justify-content: space-between;
text-align: justify;
word-wrap: break-word;
Expand Down Expand Up @@ -143,4 +143,4 @@ body {
.series .title,
.series .category {
color: #000;
}
}

0 comments on commit 2657849

Please sign in to comment.