| 1 | Index: wp-content\themes\twentytwelve\style.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-content\themes\twentytwelve\style.css (revision 23244) |
|---|
| 4 | +++ wp-content\themes\twentytwelve\style.css (working copy) |
|---|
| 5 | @@ -896,9 +896,14 @@ |
|---|
| 6 | margin-top: 12px; |
|---|
| 7 | margin-top: 0.857142857rem; |
|---|
| 8 | margin-bottom: 12px; |
|---|
| 9 | margin-bottom: 0.857142857rem; |
|---|
| 10 | + clear: both; |
|---|
| 11 | } |
|---|
| 12 | +img.alignnone { |
|---|
| 13 | + clear: both; |
|---|
| 14 | +} |
|---|
| 15 | + |
|---|
| 16 | .entry-content embed, |
|---|
| 17 | .entry-content iframe, |
|---|
| 18 | .entry-content object, |
|---|
| 19 | .entry-content video { |
|---|