summaryrefslogtreecommitdiff
blob: 48e05179d6adbd9f2eb49dc491b333b9bfdd6d5c (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
.jetpack-recipe-meta li.jetpack-recipe-print {
	display: none;
}

.jetpack-recipe-title {
	font-size: 16pt;
}

.jetpack-recipe-content img {
	display: inline-block !important;
	max-width: 100%;
}

.jetpack-recipe-image {
	display: none !important;
}

.jetpack-recipe-content .aligncenter {
	display: block !important;
	margin: 0 auto 1em !important;
	text-align: center !important;
}

.jetpack-recipe-content .alignright {
	float: right !important;
	margin: 0 0 .5em 1em !important;
}

.jetpack-recipe-content .alignleft {
	float: left !important;
	margin: 0 1em .5em 0 !important;
}

.jetpack-recipe-content .alignnone {
	display: inline-block;
}