Changeset 23759
- Timestamp:
- 03/19/2013 10:35:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/style.css
r23756 r23759 3073 3073 display: none; 3074 3074 } 3075 3076 .single .gallery-columns-3 br {3077 display: none;3078 }3079 3080 .single .gallery-columns-3 .gallery-item:nth-of-type(3n) {3081 margin-right: 4px;3082 }3083 3075 } 3084 3076 … … 3096 3088 margin-bottom: 2%; 3097 3089 margin-right: 2%; 3090 max-width: none; 3098 3091 width: 49%; 3099 3092 } … … 3116 3109 } 3117 3110 3118 .gallery-columns-3 .gallery-item, 3119 .single .gallery-columns-3.gallery-size-thumbnail .gallery-item { 3120 width: 32%; 3121 } 3122 3123 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(even), 3111 .gallery-columns-3 .gallery-item:nth-of-type(3n), 3124 3112 .gallery-columns-5 .gallery-item:nth-of-type(5n), 3125 3113 .gallery-columns-7 .gallery-item:nth-of-type(7n), … … 3135 3123 .archive .format-gallery .gallery-item:nth-of-type(odd), 3136 3124 .search .format-gallery .gallery-item:nth-of-type(odd), 3137 .single .gallery .gallery-item:nth-of-type(even), 3138 .single .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) { 3125 .single .gallery .gallery-item:nth-of-type(even) { 3139 3126 margin-right: 0; 3140 3127 }
Note: See TracChangeset
for help on using the changeset viewer.