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
tails
tails
Commits
cf984a7e
Commit
cf984a7e
authored
Jul 30, 2019
by
sajolida
Browse files
Make tables breathe a bit more
parent
9d47e242
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/local.css
View file @
cf984a7e
...
...
@@ -82,10 +82,14 @@ body {
/* The bottom margin of all elements is fixed to a multiple of λ so that they
* don't brake the rythm when they overlap. We set all top margin to 0. */
p
,
table
{
p
{
margin
:
0
0
1.5em
0
;
/* 14×1.5=21px=λ */
}
table
{
margin
:
1.5em
0
;
}
h1
,
h2
,
h3
,
.sidebar
{
font-family
:
"Source Sans Pro Regular"
,
"DejaVu Sans"
,
"Verdana"
,
sans-serif
;
font-weight
:
normal
;
...
...
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