~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/css/about.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:
88
88
/* 1.1 - Typography */
89
89
 
90
90
.about-wrap p {
91
 
        line-height: 1.6em;
 
91
        line-height: 1.5;
92
92
        font-size: 14px;
93
93
}
94
94
 
 
95
.about-wrap .feature-section p {
 
96
        max-width: 38em;
 
97
        margin-left: auto;
 
98
        margin-right: auto;
 
99
}
 
100
 
95
101
.about-wrap h1 {
96
102
        margin: 0.2em 200px 0 0;
97
103
        padding: 0;
109
115
        text-align: center;
110
116
}
111
117
 
112
 
.about-wrap .changelog h2,
113
118
.about-wrap h3 {
114
119
        margin: 1.25em 0 .6em;
115
120
        font-size: 1.25em;
116
 
        line-height: 1.5em;
117
 
}
118
 
 
119
 
.about-wrap .changelog h2 {
120
 
        margin-top: 40px;
121
 
        font-weight: 600;
122
 
        text-align: left;
 
121
        line-height: 1.5;
123
122
}
124
123
 
125
124
.about-wrap h4 {
136
135
.about-wrap code,
137
136
.about-wrap ol li p {
138
137
        font-size: 14px;
139
 
        font-weight: normal;
 
138
        font-weight: 400;
140
139
}
141
140
 
142
141
.about-wrap .about-description,
143
142
.about-wrap .about-text {
144
143
        margin-top: 1.4em;
145
 
        font-weight: normal;
 
144
        font-weight: 400;
146
145
        line-height: 1.6em;
147
146
        font-size: 19px;
148
147
}
194
193
        overflow: hidden;
195
194
}
196
195
 
197
 
.about-wrap .under-the-hood:nth-of-type(2n) {
 
196
.about-wrap .under-the-hood:nth-of-type(2n),
 
197
.about-wrap .under-the-hood:nth-of-type(3n) {
198
198
        margin-top: 3em;
199
199
}
200
200
 
 
201
.about-wrap .feature-video .mejs-controls {
 
202
        display: none !important;
 
203
}
 
204
 
 
205
.about-wrap .feature-video .mejs-overlay-loading span {
 
206
        background: transparent; /* Hide loading.gif */
 
207
}
 
208
 
201
209
/* 1.3 - Point Releases */
202
210
 
203
211
.about-wrap .point-releases {
258
266
        margin-top: 0;
259
267
}
260
268
 
 
269
.about-wrap .streamlined-updates p,
 
270
.about-wrap .native-fonts p {
 
271
        margin-bottom: 3em;
 
272
}
 
273
 
261
274
/* 2.2 - Structure */
262
275
 
263
276
.about-wrap .headline-feature.feature-video {
325
338
.about-wrap .return-to-dashboard {
326
339
        margin: 30px 0 0 -5px;
327
340
        font-size: 14px;
328
 
        font-weight: bold;
 
341
        font-weight: 600;
329
342
}
330
343
 
331
344
.about-wrap .return-to-dashboard a {
387
400
.about-wrap .wp-person .web {
388
401
        margin: 6px 0 2px;
389
402
        font-size: 16px;
390
 
        font-weight: normal;
 
403
        font-weight: 400;
391
404
        line-height: 2em;
392
405
        text-decoration: none;
393
406
}
412
425
 
413
426
.freedoms-php .about-wrap ol li {
414
427
        list-style-type: decimal;
415
 
        font-weight: bold;
 
428
        font-weight: 600;
416
429
}
417
430
 
418
431
.freedoms-php .about-wrap ol p {
419
 
        font-weight: normal;
 
432
        font-weight: 400;
420
433
        margin: 0.6em 0;
421
434
}
422
435
 
471
484
                padding-bottom: 0;
472
485
        }
473
486
 
474
 
        .about-wrap .under-the-hood:nth-of-type(2n) {
 
487
        .about-wrap .under-the-hood:nth-of-type(2n),
 
488
        .about-wrap .under-the-hood:nth-of-type(3n) {
475
489
                margin-top: 0;
476
490
        }
477
491
 
478
 
        .about-wrap .under-the-hood:nth-of-type(2n) h4 {
 
492
        .about-wrap .under-the-hood:nth-of-type(2n) h3,
 
493
        .about-wrap .under-the-hood:nth-of-type(3n) h3 {
479
494
                margin-top: 0;
480
495
        }
481
496
}