Changeset 22978
- Timestamp:
- 12/03/2012 12:42:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22976 r22978 1930 1930 1931 1931 #{{ data.id }} .portrait .thumbnail img { 1932 width: {{ data.edge }}px;1932 max-width: {{ data.edge }}px; 1933 1933 height: auto; 1934 1934 } … … 1936 1936 #{{ data.id }} .landscape .thumbnail img { 1937 1937 width: auto; 1938 height: {{ data.edge }}px;1938 max-height: {{ data.edge }}px; 1939 1939 } 1940 1940 </style>
Note: See TracChangeset
for help on using the changeset viewer.