~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2016-08-17 04:49:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: barry.price@canonical.com-20160817044928-viijiwb4tl8jwzmp
new upstream release 4.6

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. */