Ticket #23184: 23184.diff
| File 23184.diff, 1.1 KB (added by obenland, 4 months ago) |
|---|
-
wp-content/themes/twentyeleven/style.css
985 985 .entry-content .twitter-tweet-rendered { 986 986 max-width: 100% !important; /* Override the Twitter embed fixed width */ 987 987 } 988 .gist .gist-file .gist-data .line_numbers span { /* Corrects line number misalignment in GitHub Gist embeds */ 989 font-size: 13px; 990 line-height: 1.5; 991 } 988 992 989 993 /* Password Protected Posts */ 990 994 .post-password-required .entry-header .comments-link { -
wp-content/themes/twentytwelve/style.css
341 341 .entry-content .twitter-tweet-rendered { 342 342 max-width: 100% !important; /* Override the Twitter embed fixed width */ 343 343 } 344 .gist .gist-file .gist-data .line_numbers span { 345 line-height: 1.714285714; /* Corrects line number misalignment in GitHub Gist embeds */ 346 } 344 347 345 348 /* Images */ 346 349 .alignleft {
