Changeset 2176
- Timestamp:
- 12/09/2015 01:24:48 PM (9 years ago)
- Location:
- sites/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/header.php
r1784 r2176 6 6 } 7 7 8 wp_enqueue_style( 'rosetta', $stylesheet, array(), 2 1);8 wp_enqueue_style( 'rosetta', $stylesheet, array(), 22 ); 9 9 10 10 if ( is_locale_css() ) { -
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style-rtl.css
r1783 r2176 153 153 padding: 2px; 154 154 margin: 0 25px 5px 0; 155 } 156 157 .storycontent embed, 158 .storycontent iframe, 159 .storycontent object, 160 .storycontent video { 161 max-width: 100%; 162 vertical-align: middle; 155 163 } 156 164 -
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css
r1783 r2176 153 153 padding: 2px; 154 154 margin: 0 0 5px 25px; 155 } 156 157 .storycontent embed, 158 .storycontent iframe, 159 .storycontent object, 160 .storycontent video { 161 max-width: 100%; 162 vertical-align: middle; 155 163 } 156 164 -
sites/trunk/wordpress.org/public_html/style/blog-wp4.css
r2050 r2176 23 23 margin-top: 2em; 24 24 margin-bottom: 2em; 25 } 26 27 .storycontent .sharedaddy .sd-content, 28 .storycontent .wp-playlist div, 29 .storycontent .mejs-video div { 30 margin-top: 0; 31 margin-bottom: 0; 25 32 } 26 33 … … 122 129 line-height: 1.6; 123 130 } 131 132 .storycontent embed, 133 .storycontent iframe, 134 .storycontent object, 135 .storycontent video { 136 max-width: 100%; 137 vertical-align: middle; 138 }
Note: See TracChangeset
for help on using the changeset viewer.