put back line heights
This commit is contained in:
parent
b2738312b7
commit
d863a515e3
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ body {
|
|||
}
|
||||
|
||||
p {
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ p {
|
|||
p span {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
#ajaxBusy {
|
||||
|
|
|
@ -20,13 +20,13 @@ body, html {
|
|||
|
||||
|
||||
p {
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
p span {
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
|
|
|
@ -12,7 +12,7 @@ body, html {
|
|||
}
|
||||
|
||||
p {
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ p {
|
|||
p span {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
/* line-height: 100%; */
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
em {
|
||||
|
|
Loading…
Add table
Reference in a new issue