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
View File
@@ -27,6 +27,8 @@ custom/
apps/
# default startpage
home.html
# page header plugin
pageheader.html
# Ignore site TOS
doc/SiteTOS.md
# themes except for redbasic
+1 -1
View File
@@ -1,4 +1,4 @@
nav, header {
nav, header, .pageheader {
display: none;
}
+7089 -7081
View File
File diff suppressed because it is too large Load Diff
+1834 -1832
View File
File diff suppressed because it is too large Load Diff
+7083 -7073
View File
File diff suppressed because it is too large Load Diff
+1834 -1832
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2,7 +2,7 @@ body {
background-size: auto;
}
.generic-content-wrapper-styled, #profile-jot-wrapper {
.generic-content-wrapper-styled {
background-color: rgba(67,72,138,.8);
color: #FFF;
}
+2
View File
@@ -1,3 +1,4 @@
<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
@@ -22,3 +23,4 @@
</div>
{{/if}}
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
</div>