aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/views/default/tinymce/css.php
blob: 121c24440ad797dc964aa4702dff159012134b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}