Merge pull request #36 from gsingh93/css
Fix template formatting in main.css
This commit is contained in:
commit
18110d3f43
1 changed files with 6 additions and 32 deletions
|
@ -890,35 +890,13 @@ ul.footer-menu>li {
|
|||
}
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
range site.Params.customCSS
|
||||
}
|
||||
}
|
||||
{{ range site.Params.customCSS }}
|
||||
{{ $custom := resources.Get . }}
|
||||
|
||||
{
|
||||
{
|
||||
$custom : =resources.Get .
|
||||
}
|
||||
}
|
||||
{{ $custom.Content }}
|
||||
{{ end }}
|
||||
|
||||
{
|
||||
{
|
||||
$custom.Content
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
if site.Params.isso.enabled
|
||||
}
|
||||
}
|
||||
{{ if site.Params.isso.enabled }}
|
||||
|
||||
#isso-thread .textarea {
|
||||
color: #000;
|
||||
|
@ -929,8 +907,4 @@ ul.footer-menu>li {
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
{
|
||||
{
|
||||
end
|
||||
}
|
||||
}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue