projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a4087
)
minor fix
author
Sarah Conway
<sarahwiz210@yahoo.com>
Tue, 25 Jul 2017 00:54:17 +0000
(17:54 -0700)
committer
GitHub
<noreply@github.com>
Tue, 25 Jul 2017 00:54:17 +0000
(17:54 -0700)
templates/confreg/schedule.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/confreg/schedule.html
b/templates/confreg/schedule.html
index b2908b2257708e9623bd342a1ad048767a683bfa..21fe9fd88af90d5dbceaea93f2d7fd4cec7a7d9c 100644
(file)
--- a/
templates/confreg/schedule.html
+++ b/
templates/confreg/schedule.html
@@
-35,8
+35,10
@@
div.sessblock p {
{%for track in tracks%}
div.track{{track.id}} {
background-color: {{track.color}};
+ padding: 1em;
}
{%endfor%}
+
</style>
{%endblock%}
{%block content%}