Changeset 21336
- Timestamp:
- 07/25/2012 06:44:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/style.css
r21334 r21336 119 119 video { 120 120 display: inline-block; 121 *display: inline;122 *zoom: 1;123 121 } 124 122 audio:not([controls]) { … … 142 140 -ms-interpolation-mode: bicubic; 143 141 } 144 .clear { 145 zoom: 1; 142 143 /* Clearing floats */ 144 145 .clear:after { 146 clear: both; 146 147 } 147 148 .clear:before, … … 149 150 display: table; 150 151 content: ""; 151 }152 .clear:after {153 clear: both;154 152 } 155 153 … … 379 377 /* Author profiles */ 380 378 #author-info { 381 zoom: 1;379 border-top: 1px solid #ededed; 382 380 margin: 24px 0; 383 381 margin: 1.714285714rem 0; 384 382 padding-top: 24px; 385 383 padding-top: 1.714285714rem; 386 border-top: 1px solid #ededed; 387 } 388 #author-info:before, 389 #author-info:after { 390 display: table; 391 content: ""; 392 } 393 #author-info:after { 394 clear: both; 384 overflow: hidden; 395 385 } 396 386 @media screen and (min-width: 600px) { … … 452 442 @media screen and (min-width: 600px) { 453 443 #page { 454 zoom: 1;455 444 margin: 0 auto; 456 445 max-width: 960px; 457 446 max-width: 68.571428571rem; 458 } 459 #page:before, 460 #page:after { 461 display: table; 462 content: ""; 463 } 464 #page:after { 465 clear: both; 447 overflow: hidden; 466 448 } 467 449 } … … 491 473 } 492 474 #main { 493 zoom: 1; 494 } 495 #main:before, 496 #main:after { 497 display: table; 498 content: ""; 499 } 500 #main:after { 501 clear: both; 475 overflow: hidden; 502 476 } 503 477 #primary { … … 723 697 /* Footer */ 724 698 footer[role="contentinfo"] { 699 border-top: 1px solid #ededed; 725 700 clear: both; 726 zoom: 1;727 701 max-width: 960px; 728 702 max-width: 68.571428571rem; … … 733 707 padding: 24px 0; 734 708 padding: 1.714285714rem 0; 735 border-top: 1px solid #ededed; 736 } 737 footer[role="contentinfo"]:before, 738 footer[role="contentinfo"]:after { 739 display: table; 740 content: ""; 741 } 742 footer[role="contentinfo"]:after { 743 clear: both; 709 overflow: hidden; 744 710 } 745 711 footer[role="contentinfo"] a { … … 817 783 @media screen and (min-width: 600px) { 818 784 article.sticky header.entry-header { 819 zoom: 1;820 785 float: left; 821 786 max-width: 73.6%; 822 } 823 article.sticky header.entry-header:before, 824 article.sticky header.entry-header:after { 825 display: table; 826 content: ""; 827 } 828 article.sticky header.entry-header:after { 829 clear: both; 787 overflow: hidden; 830 788 } 831 789 article.sticky .featured-post { … … 1198 1156 } 1199 1157 #comments article { 1200 zoom: 1;1201 1158 margin: 24px 0; 1202 1159 margin: 1.714285714rem 0; 1203 } 1204 #comments article:before, 1205 #comments article:after { 1206 display: table; 1207 content: ""; 1208 } 1209 #comments article:after { 1210 clear: both; 1160 overflow: hidden; 1211 1161 } 1212 1162 #comments article header { 1213 position: relative;1214 zoom: 1;1215 1163 margin: 0 0 48px; 1216 1164 margin: 0 0 3.428571429rem; 1217 } 1218 #comments article header:before, 1219 #comments article header:after { 1220 display: table; 1221 content: ""; 1222 } 1223 #comments article header:after { 1224 clear: both; 1165 overflow: hidden; 1166 position: relative; 1225 1167 } 1226 1168 #comments article header img { … … 1331 1273 } 1332 1274 #respond form p { 1333 zoom: 1;1334 1275 margin: 11px 0; 1335 1276 margin: 0.785714286rem 0; 1336 } 1337 #respond form p:before, 1338 #respond form p:after { 1339 display: table; 1340 content: ""; 1341 } 1342 #respond form p:after { 1343 clear: both; 1277 overflow: hidden; 1344 1278 } 1345 1279 #respond form p.logged-in-as { … … 1395 1329 div.home-top, 1396 1330 div.home-middle { 1397 zoom: 1; 1398 } 1399 div.home-top:before, 1400 div.home-top:after, 1401 div.home-middle:before, 1402 div.home-middle:after { 1403 display: table; 1404 content: ""; 1405 } 1406 div.home-top:after, 1407 div.home-middle:after { 1408 clear: both; 1331 overflow: hidden; 1409 1332 } 1410 1333 } … … 1415 1338 @media screen and (min-width: 600px) { 1416 1339 section.home-content { 1417 zoom: 1; 1418 } 1419 section.home-content:before, 1420 section.home-content:after { 1421 display: table; 1422 content: ""; 1423 } 1424 section.home-content:after { 1425 clear: both; 1340 overflow: hidden; 1426 1341 } 1427 1342 section.home-content h1.entry-title { … … 1444 1359 @media screen and (min-width: 600px) { 1445 1360 .page-template-homepage-php #content { 1446 zoom: 1; 1447 } 1448 .page-template-homepage-php #content:before, 1449 .page-template-homepage-php #content:after { 1450 display: table; 1451 content: ""; 1452 } 1453 .page-template-homepage-php #content:after { 1454 clear: both; 1361 overflow: hidden; 1455 1362 } 1456 1363 }
Note: See TracChangeset
for help on using the changeset viewer.