aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/wysiwyg.php
blob: f696729ab25fb1ec2310526239799429654c6b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* CSS for CKEditor content iframe */

<?php // The Elgg CSS reset forces the scrollbar which we don't want ?>
html, body {
	height: auto;
	margin: 0;
}

body {
	margin: 8px;
}

dt { font-weight: bold }
dd { margin: 0 0 1em 1em }

ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
table {
	border: 1px solid #ccc;
}
table td {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
img {
	max-width: 100%;
	height: auto;
}