Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmaster6y committed Jun 25, 2024
1 parent ef14d2e commit 9e7d2f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 10 additions & 0 deletions assets/publications/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,19 @@ body {
font-size: smaller;
}

input[type="checkbox"] {
position: relative;
left: -2.4em;
margin-right: -1.8em;
}

.checkbox-list {
list-style-type: none !important;
padding-left: 0;
float: left;
margin-bottom: 1.5rem !important;
}

.subtitle-custom {
margin-bottom: 0 !important;
}
12 changes: 3 additions & 9 deletions pages/_publications/lczero-planning.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,8 @@ <h2 class="title is-3">Reviews</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Roadmap</h2>
<div class="publication-authors">
<span>I propose the following roadmap to address the reviews:</span>
</div>
<div class="content has-text-justified">
<div class="container content has-text-justified">
<h3 class="subtitle subtitle-custom is-5">I propose the following roadmap to address the reviews:</h3>
<ul class="checkbox-list">
<li>
<input type="checkbox" onclick="return false;"/> <strong> Enhanced method evaluation:</strong>
Expand All @@ -249,11 +247,7 @@ <h2 class="title is-3">Roadmap</h2>
I have no clear idea on how to address this issue yet and might remove it from the paper.
</li>
</ul>
</div>
<div>
<span>What I might leave out for further work:</span>
</div>
<div class="content has-text-justified">
<h3 class="subtitle subtitle-custom is-5">What I might leave out for further work:</h3>
<ul class="checkbox-list">
<li>
<input type="checkbox" onclick="return false;"/> <strong>Establishing a proper benchmark: </strong> Setting up a robust benchmark, particularly in the context of chess,
Expand Down

0 comments on commit 9e7d2f0

Please sign in to comment.