revert line height nonsense

This commit is contained in:
Sanj 2012-03-03 18:41:23 +05:30
parent 9e1a793273
commit 4e513580fa
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ body {
}
p {
line-height: 1;
/* line-height: 1; */
padding: 0px;
margin: 0px;
}

View File

@ -20,7 +20,7 @@ body, html {
p {
line-height: 100%;
/* line-height: 100%; */
padding: 0px;
margin: 0px;
}

View File

@ -12,7 +12,7 @@ body, html {
}
p {
line-height: 1;
/* line-height: 1; */
margin: 0px;
padding: 0px;
}