~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/css/press-this.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:
81
81
 
82
82
b,
83
83
strong {
84
 
        font-weight: bold;
 
84
        font-weight: 700;
85
85
}
86
86
 
87
87
dfn {
232
232
}
233
233
 
234
234
optgroup {
235
 
        font-weight: bold;
 
235
        font-weight: 700;
236
236
}
237
237
 
238
238
table {
294
294
select,
295
295
textarea {
296
296
        color: #404040;
297
 
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
 
297
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
298
298
        font-size: 20px;
299
299
        font-weight: 400;
300
300
        line-height: 1.6;
2072
2072
        display: inline-block;
2073
2073
        margin: 0 0 0 8px;
2074
2074
        font-size: 14px;
2075
 
        font-weight: normal;
 
2075
        font-weight: 400;
2076
2076
}
2077
2077
 
2078
2078
.setting-modal {