X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=02993a3fb223eb249b5bfd212c5a016d4ced53bb;hp=431fe576617558b88c7fe0390d40be1a53b861c7;hb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b;hpb=ecf37551eb01ba868c0414c30e355d54650b0d53 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 431fe576..02993a3f 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -28,7 +28,6 @@ h1 h2 { font-size: 112.5%; /** 18px */ - line-height: 1.5em; /** 27px */ } h3 { @@ -38,7 +37,6 @@ h3 h4 { font-size: 87.5%; /** 14px */ - line-height: 1.5em; /** 21px */ } h1 a, h2 a, h3 a, h4 a { @@ -67,7 +65,6 @@ h4 a:active } p { - line-height: 1.5em; /** 21px */ margin: .5em 0 .5em 0; } ul, ol @@ -99,6 +96,10 @@ th, td border: .071428571em solid #000; /** 1px */ padding: .214285714em .5em; /** 3px 7px */ } +pre +{ + line-height: 1.2em; +} hr { border: none;