mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 20:12:03 +08:00
theme: float clearing for select boxes #178
This commit is contained in:
parent
ff72c495de
commit
d0d359bc3d
@ -87,6 +87,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="select-clear"></div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -109,9 +110,10 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</select>
|
</select>
|
||||||
<script>markTheme( getTheme() );</script>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="select-clear"></div>
|
||||||
</a>
|
</a>
|
||||||
|
<script>markTheme( getTheme() );</script>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $showvisitedlinks }}
|
{{- if $showvisitedlinks }}
|
||||||
|
@ -1427,6 +1427,10 @@ h6 a {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
@media only all and (max-width: 47.938em) {
|
@media only all and (max-width: 47.938em) {
|
||||||
#breadcrumbs .links, #top-github-link-text {
|
#breadcrumbs .links, #top-github-link-text {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user