CSS: Style p

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 12:58:15 +02:00
parent 33816c9abe
commit dd4e39b782
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,10 @@ h2 {
font-weight: normal;
}
// Remove default margin
p {
color: @text-color;
font-size: @font-size;
line-height: @line-height;
// Remove default margin
margin: 0;
}