set line-height to 100% everywhere

This commit is contained in:
Sanj 2012-03-03 19:46:20 +05:30
parent 4e513580fa
commit 0e5571c432
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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