Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GNU Generation
GnuPaste
Commits
fffcc617
Commit
fffcc617
authored
Dec 25, 2020
by
Antoine Fontaine
🎱
Browse files
Add a border above the footer
parent
7e0c4dff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Paste/Styles.hs
View file @
fffcc617
...
...
@@ -54,11 +54,13 @@ css = do
form
?
do
table
?
do
"border-spacing"
-:
".25em .625em"
sym2
margin
(
px
0
)
auto
td
?
firstChild
&
do
textAlign
end
verticalAlign
middle
footer
?
do
marginTop
(
em
2.5
)
do
marginTop
(
em
1
)
"border-top"
-:
"solid 1px"
fontSize
(
em
(
13
/
16
))
textAlign
center
Write
Preview
Markdown
is supported
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