File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments