String update es-es and nl. Plus some extra bits, incl .gitignore update with pageheader.html

This commit is contained in:
jeroenpraat 2016-01-10 20:45:39 +01:00
parent 23c7086605
commit e51035ba9a
8 changed files with 17846 additions and 17820 deletions

2
.gitignore vendored
View file

@ -27,6 +27,8 @@ custom/
apps/ apps/
# default startpage # default startpage
home.html home.html
# page header plugin
pageheader.html
# Ignore site TOS # Ignore site TOS
doc/SiteTOS.md doc/SiteTOS.md
# themes except for redbasic # themes except for redbasic

View file

@ -1,4 +1,4 @@
nav, header { nav, header, .pageheader {
display: none; display: none;
} }

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ body {
background-size: auto; background-size: auto;
} }
.generic-content-wrapper-styled, #profile-jot-wrapper { .generic-content-wrapper-styled {
background-color: rgba(67,72,138,.8); background-color: rgba(67,72,138,.8);
color: #FFF; color: #FFF;
} }

View file

@ -1,3 +1,4 @@
<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2> <h2>{{$title}}</h2>
@ -22,3 +23,4 @@
</div> </div>
{{/if}} {{/if}}
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}} {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
</div>