Merge "Remove paragraph margins from HTML extracts"

This commit is contained in:
jenkins-bot 2017-06-22 09:33:23 +00:00 committed by Gerrit Code Review
commit 38970b488d

View file

@ -156,6 +156,11 @@
background-image: linear-gradient( to left, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 50% );
}
/* stylelint-enable function-linear-gradient-no-nonstandard-direction */
p {
// Make the text fit in exactly as many lines as we want.
margin: 0;
}
}
svg {