babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
37989690a3005038b9193e4f47b6caf6054ca6f0
parent
0e0cf1e4924c0071c6aef86a673b3691f81224e8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-02-02 17:51
add body padding

Diffstat

M style.css 11 ++++++-----

1 files changed, 6 insertions, 5 deletions


diff --git a/style.css b/style.css

@@ -9,20 +9,21 @@ html {
    9     9 
   10    10 body {
   11    11 	max-width: 40em;
   12    -1 	padding: 0;
   -1    12 	padding: 0.5em;
   13    13 	margin: 2em auto;
   14    14 }
   15    15 
   16    -1 h1 {
   17    -1 	font-weight: normal;
   18    -1 }
   19    -1 
   20    16 h1, h2, h3, h4, h5, h6 {
   21    17 	line-height: 1.2;
   22    18 	margin-bottom: 0.8rem;
   23    19 	margin-top: 1.5em;
   24    20 }
   25    21 
   -1    22 h1 {
   -1    23 	font-weight: normal;
   -1    24 	margin-top: 0;
   -1    25 }
   -1    26 
   26    27 textarea {
   27    28 	width: 100%;
   28    29 	min-height: 4em;