Ticket #20471: 20471.diff
| File 20471.diff, 1.3 KB (added by mfields, 13 months ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
1237 1237 .indexed.format-image .entry-content { 1238 1238 padding-top: 0.5em; 1239 1239 } 1240 .indexed.format-image p, 1241 .indexed.format-image p img { 1242 margin-bottom: 0; 1240 .indexed.format-image .entry-content p { 1241 margin: 1em 0; 1243 1242 } 1243 .indexed.format-image .entry-content p:first-child, 1244 .indexed.format-image .entry-content p:first-child a, 1245 .indexed.format-image .entry-content p:first-child img { 1246 display: block; 1247 margin: 0; 1248 } 1249 .indexed.format-image .entry-content .wp-caption .wp-caption-text { 1250 margin: 0; 1251 padding-bottom: 1em; 1252 } 1244 1253 .indexed.format-image footer.entry-meta { 1245 1254 background: #ddd; 1246 margin-top: -7px;1247 padding: 20px 30px;1248 1255 overflow: hidden; 1256 padding: 4%; 1257 max-width: 96%; 1249 1258 } 1250 1259 .indexed.format-image div.entry-meta { 1251 1260 display: inline-block; … … 1276 1285 background: #111; 1277 1286 margin-bottom: 0; 1278 1287 max-width: 96%; 1279 padding: 11px;1288 padding: 2% 2% 0; 1280 1289 } 1281 1290 .indexed.format-image .wp-caption .wp-caption-text { 1282 1291 color: #ddd; … … 2414 2423 /* Floated content doesn't work well at this size */ 2415 2424 .alignleft, 2416 2425 .alignright { 2426 display: block; 2417 2427 float: none; 2418 2428 margin-left: 0; 2419 2429 margin-right: 0;
