Changeset 42886
- Timestamp:
- 03/28/2018 01:50:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/style.css
r42386 r42886 804 804 img.size-medium, 805 805 .attachment img, 806 .entry-content img,807 .wp-caption img,808 806 .widget-container img { 809 807 max-width: 100%; /* When images are too wide for containing element, force them to fit. */ … … 840 838 line-height: 18px; 841 839 margin-bottom: 20px; 840 max-width: 632px !important; /* prevent too-wide images from breaking layout */ 842 841 padding: 4px; 843 842 text-align: center;
Note: See TracChangeset
for help on using the changeset viewer.