~canonical-sysadmins/wordpress/4.7.1

« back to all changes in this revision

Viewing changes to wp-admin/css/l10n.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
.rtl h5,
17
17
.rtl h6 {
18
18
        font-family: Arial, sans-serif;
19
 
        font-weight: bold;
 
19
        font-weight: 600;
20
20
}
21
21
 
22
22
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
28
28
/* he_IL: Have <em> be bold rather than italic. */
29
29
.locale-he-il em {
30
30
        font-style: normal;
31
 
        font-weight: bold;
 
31
        font-weight: 600;
32
32
}
33
33
 
34
34
/* zh_CN: Remove italic properties. */