Update web/templates/search.html
This commit is contained in:
parent
2651b65a70
commit
ad84e341e4
@ -86,19 +86,13 @@
|
||||
</div>
|
||||
|
||||
<!-- ===== Illustration of the Day ===== -->
|
||||
<div class="container">
|
||||
<form method="get" class="search-form">
|
||||
<!-- ===== Illustration of the Day ===== -->
|
||||
<div class="card" style="padding:0; margin:16px 0 12px;">
|
||||
<h1 class="page-title">Illustration of the Day</h1>
|
||||
<!-- insert illustration of the day here -->
|
||||
<div id="iotd-card" class="card" style="padding:16px; margin:12px 0;">
|
||||
<div id="iotd-text" class="lead-text" style="white-space:pre-wrap; margin-bottom:12px;">
|
||||
Loading…
|
||||
<div id="iotd-box" class="dropdown-panel open">
|
||||
<p id="iotd-text" style="margin-bottom:12px;">Loading…</p>
|
||||
<a id="iotd-open" href="#" class="btn btn-primary" style="display:none;">Open Illustration</a>
|
||||
</div>
|
||||
<div id="iotd-actions">
|
||||
<a id="iotd-open" href="#" class="btn btn-primary">Open Illustration</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user