Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thies Müller
s0infodisplay
Commits
9397b82c
Commit
9397b82c
authored
Jun 09, 2017
by
Thies Müller
Browse files
Added catcontent fix by chaosgrillchen
parent
1e71386f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/brand/status.mustache
View file @
9397b82c
...
...
@@ -2,4 +2,24 @@ Space is {{#open}}<span class="open">open</span> on <span class="person">{{trigg
{{^
open
}}
<span
class=
"closed"
>
closed
</span>
{{/
open
}}
<br>
since
{{
since
}}
<br>
<img
style=
"width: 470px; height: 310px"
src=
"http://maurudor.de/?rasd=
{{
random
}}
"
></img>
<style>
#pa
{
margin
:
auto
;
display
:
flex
;
height
:
310px
;
width
:
470px
;
}
#ch
{
margin
:
auto
;
/* Magic! */
max-width
:
100%
;
max-height
:
100%
;
}
</style>
<div
id=
"pa"
>
<img
id=
"ch"
src=
"http://maurudor.de/?rasd=
{{
random
}}
"
></img>
</div>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment