String update es-es and nl. Plus some extra bits, incl .gitignore update with pageheader.html
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
nav, header {
|
||||
nav, header, .pageheader {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
+7089
-7081
File diff suppressed because it is too large
Load Diff
+1834
-1832
File diff suppressed because it is too large
Load Diff
+7083
-7073
File diff suppressed because it is too large
Load Diff
+1834
-1832
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user