Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
5eb6b02d
Commit
5eb6b02d
authored
Nov 13, 2019
by
gijs
Browse files
Restore margins on body.
parent
02cf06c1
Changes
1
Show whitespace changes
Inline
Side-by-side
generator/templates/static/styles.simple.css
View file @
5eb6b02d
...
...
@@ -265,13 +265,15 @@ code {
body
{
position
:
absolute
;
top
:
0
;
right
:
0
;
right
:
20px
;
bottom
:
0
;
left
:
0
;
left
:
20px
;
overflow
:
hidden
;
display
:
grid
;
grid-template-columns
:
[
left
sidebar-start
]
1
fr
[
sidebar-end
content-start
]
1
fr
[
content-middle
]
1
fr
[
content-end
right
];
grid-template-rows
:
[
top
]
repeat
(
2
,
1
fr
)
[
footer
]
min-content
[
bottom
];
border-left
:
2px
solid
black
;
border-right
:
2px
solid
black
;
}
main
,
footer
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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