webapps.wiki: tweak line-height to fix issue with title.
parent
d326e8f788
commit
670f5a77a7
|
@ -52,6 +52,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
line-height: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents ul {
|
.contents ul {
|
||||||
|
@ -74,6 +75,10 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
line-height: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
.description pre {
|
.description pre {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px dashed #ccc;
|
border: 1px dashed #ccc;
|
||||||
|
|
|
@ -13,7 +13,6 @@ body {
|
||||||
body, button {
|
body, button {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
line-height: 150%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Loading…
Reference in New Issue