There was an error while loading. Please reload this page.
1 parent 8d65c81 commit 10893fdCopy full SHA for 10893fd
2 files changed
_layouts/home.html
@@ -64,7 +64,7 @@ <h1>
64
<div id="{{conf.id}}" class="{% for sub in conf.sub %} {{sub}}-conf {% endfor %}">
65
<div class="row conf-row">
66
<div class="col-xs-5 col-sm-6">
67
- <a class="conf-title" href="/conference?id={{ conf.id }}"><b>{{conf.title}} {{conf.year}}</b></a>
+ <a class="conf-title" href="/conference?id={{ conf.id }}">{{conf.title}} {{conf.year}}</a>
68
</div>
69
<div class="col-xs-7 col-sm-6">
70
<span class="timer"></span>
static/css/deadlines.css
@@ -108,6 +108,7 @@ footer {
108
109
.conf-title {
110
font-size: 20px;
111
+ font-weight: 500;
112
}
113
114
.deadline, .meta {
@@ -121,6 +122,7 @@ footer {
121
122
123
.timer {
124
125
126
127
128
#conf-timer {
0 commit comments