Browse Source

Remove paragraph font size, not necessary, can cause inheritance issues

pull/1257/head
jlukic 10 years ago
parent
commit
3ef464fb81
2 changed files with 6 additions and 10 deletions
  1. 2
      src/definitions/globals/site.less
  2. 14
      src/themes/default/globals/site.variables

2
src/definitions/globals/site.less

@ -88,8 +88,6 @@ h5 {
*******************************/
p {
font-size: @paragraphFontSize;
line-height: @paragraphLineHeight;
margin: @paragraphMargin;
}
p:first-child {

14
src/themes/default/globals/site.variables

@ -26,13 +26,13 @@
Page Heading
---------------*/
@headerLineHeight : 1.33em;
@headerLineHeight : 1.33em;
@h1 : 2rem;
@h2 : 1.714rem;
@h3 : 1.28rem;
@h4 : 1.071rem;
@h5 : 1rem;
@h1 : 2rem;
@h2 : 1.714rem;
@h3 : 1.28rem;
@h4 : 1.071rem;
@h5 : 1rem;
/*-------------------
Site Colors
@ -117,8 +117,6 @@
--------------------*/
@paragraphMargin : 0em 0em 1em;
@paragraphLineHeight : @lineHeight;
@paragraphFontSize : @fontSize;
/*-------------------
Links

Loading…
Cancel
Save