mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-28 12:34:04 +00:00
theme: float clearing for select boxes #178
This commit is contained in:
parent
ff72c495de
commit
d0d359bc3d
2 changed files with 7 additions and 1 deletions
layouts/partials
|
@ -87,6 +87,7 @@
|
|||
{{- end }}
|
||||
</select>
|
||||
</div>
|
||||
<div class="select-clear"></div>
|
||||
</a>
|
||||
</li>
|
||||
{{- end }}
|
||||
|
@ -109,9 +110,10 @@
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
</select>
|
||||
<script>markTheme( getTheme() );</script>
|
||||
</div>
|
||||
<div class="select-clear"></div>
|
||||
</a>
|
||||
<script>markTheme( getTheme() );</script>
|
||||
</li>
|
||||
{{- end }}
|
||||
{{- if $showvisitedlinks }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue