Fix template formatting in main.css
This commit is contained in:
parent
d57d8a7958
commit
1f6787278d
@ -890,35 +890,13 @@ ul.footer-menu>li {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{{ range site.Params.customCSS }}
|
||||||
{
|
{{ $custom := resources.Get . }}
|
||||||
range site.Params.customCSS
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{{ $custom.Content }}
|
||||||
{
|
{{ end }}
|
||||||
$custom : =resources.Get .
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{{ if site.Params.isso.enabled }}
|
||||||
{
|
|
||||||
$custom.Content
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
{
|
|
||||||
end
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
{
|
|
||||||
if site.Params.isso.enabled
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#isso-thread .textarea {
|
#isso-thread .textarea {
|
||||||
color: #000;
|
color: #000;
|
||||||
@ -929,8 +907,4 @@ ul.footer-menu>li {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{{ end }}
|
||||||
{
|
|
||||||
end
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user