~canonical-sysadmins/wordpress/5.0.2

« back to all changes in this revision

Viewing changes to wp-includes/css/dist/editor/editor-styles-rtl.css

  • Committer: Barry Price
  • Date: 2018-12-12 05:08:33 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: barry.price@canonical.com-20181212050833-y090hmrbmlxy37aa
Merge WP5.0 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Colors
 
3
 */
 
4
/**
 
5
 * Breakpoints & Media Queries
 
6
 */
 
7
/**
 
8
 * Often re-used variables
 
9
 */
 
10
/**
 
11
 * Breakpoint mixins
 
12
 */
 
13
/**
 
14
 * Long content fade mixin
 
15
 *
 
16
 * Creates a fading overlay to signify that the content is longer
 
17
 * than the space allows.
 
18
 */
 
19
/**
 
20
 * Button states and focus styles
 
21
 */
 
22
/**
 
23
 * Applies editor left position to the selector passed as argument
 
24
 */
 
25
/**
 
26
 * Applies editor right position to the selector passed as argument
 
27
 */
 
28
/**
 
29
 * Styles that are reused verbatim in a few places
 
30
 */
 
31
body {
 
32
  font-family: "Noto Serif", serif;
 
33
  font-size: 16px;
 
34
  line-height: 1.8;
 
35
  color: #191e23; }
 
36
 
 
37
p {
 
38
  font-size: 16px;
 
39
  line-height: 1.8; }
 
40
 
 
41
ul,
 
42
ol {
 
43
  margin: 0;
 
44
  padding: 0; }
 
45
 
 
46
ul {
 
47
  list-style-type: disc; }
 
48
 
 
49
ol {
 
50
  list-style-type: decimal; }
 
51
 
 
52
ul ul,
 
53
ol ul {
 
54
  list-style-type: circle; }
 
55
 
 
56
.mce-content-body {
 
57
  line-height: 1.8; }