Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
s0infodisplay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kasalehlia
s0infodisplay
Commits
9397b82c
Commit
9397b82c
authored
7 years ago
by
Thies Müller
Browse files
Options
Downloads
Patches
Plain Diff
Added catcontent fix by chaosgrillchen
parent
1e71386f
No related branches found
Branches containing commit
No related tags found
1 merge request
!9
Added catcontent fix by chaosgrillchen
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/brand/status.mustache
+21
-1
21 additions, 1 deletion
src/brand/status.mustache
with
21 additions
and
1 deletion
src/brand/status.mustache
+
21
−
1
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment