Skip to content

Commit 034ba4d

Browse files
committed
update search ui
1 parent 3ac8f2c commit 034ba4d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

programs.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,17 @@
3333
<!-- End Favicon -->
3434
<!-- Remove or minimize custom inline styles to avoid overriding site look -->
3535
<style>
36-
.keyword-bar {
36+
.keyword-container {
3737
margin-bottom: 1em;
38+
}
39+
.keyword-container label {
40+
font-weight: bold;
41+
font-size: 1.1em;
42+
color: var(--text-color, #000);
43+
display: block;
44+
margin-bottom: 0.5em;
45+
}
46+
.keyword-bar {
3847
display: flex;
3948
flex-wrap: wrap;
4049
gap: 0.3em;
@@ -192,7 +201,10 @@ <h1 class="post-title">Integer Sequences and LODA Programs</h1>
192201
<input type="submit" id="search-submit" value="Search">
193202
<button type="button" id="shuffle-button">Shuffle</button>
194203
</form>
195-
<div class="keyword-bar" id="keyword-bar"></div>
204+
<div class="keyword-container">
205+
<label>Keywords:</label>
206+
<div class="keyword-bar" id="keyword-bar"></div>
207+
</div>
196208
<div id="results-info"></div>
197209
<div id="sequence-list" class="sequence-list"></div>
198210
<div class="pagination" id="pagination"></div>

0 commit comments

Comments
 (0)