Browse Source

Added styles for <strong> and <em>

pull/177/head
Zach Wise 13 years ago
parent
commit
33f5ca6fb8
  1. 7
      source/less/Typography.less

7
source/less/Typography.less

@ -141,9 +141,12 @@
} }
strong { strong {
font-weight:bold; font-weight:bold;
font-style:inherit;
}
em {
font-style: italic;
font-weight: inherit;
} }
Q { Q {
quotes: '„' '“'; quotes: '„' '“';
font-style: italic; font-style: italic;

Loading…
Cancel
Save