Changeset 22576
- Timestamp:
- 11/14/2012 09:34:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/style.css
r22573 r22576 159 159 -ms-interpolation-mode: bicubic; 160 160 } 161 161 162 162 163 /* Clearing floats */ … … 581 582 /* Sidebar */ 582 583 .widget-area .widget { 583 word-wrap: break-word;584 584 -webkit-hyphens: auto; 585 585 -moz-hyphens: auto; … … 587 587 margin-bottom: 48px; 588 588 margin-bottom: 3.428571429rem; 589 word-wrap: break-word; 589 590 } 590 591 .widget-area .widget h3 { … … 909 910 } 910 911 .site-content article { 912 border-bottom: 4px double #ededed; 913 margin-bottom: 72px; 914 margin-bottom: 5.142857143rem; 911 915 padding-bottom: 24px; 912 916 padding-bottom: 1.714285714rem; 913 margin-bottom: 72px; 914 margin-bottom: 5.142857143rem; 915 border-bottom: 4px double #ededed; 917 word-wrap: break-word; 918 -webkit-hyphens: auto; 919 -moz-hyphens: auto; 920 hyphens: auto; 916 921 } 917 922 .page-links { … … 930 935 display: none; 931 936 } 937 938 /* Multisite signup */ 939 .mu_register ul { 940 1376 list-style: disc outside; 941 1377 margin: 0 0 24px; 942 1378 margin: 0 0 1.714285714rem; 943 1379 } 944 1380 .mu_register li { 945 1381 margin-left: 36px; 946 1382 margin-left: 2.571428571rem; 947 1383 line-height: 1.42857143; 948 1384 } 949 1385 .mu_register p { 950 1386 font-size: 13px; 951 1387 font-size: 0.928571429rem; 952 1388 line-height: 1.846153846; 953 1389 margin-bottom: 24px; 954 1390 margin-bottom: 1.714285714rem; 955 1391 } 956 1392 .mu_register h2 { 957 1393 font-size: 18px; 958 1394 font-size: 1.285714286rem; 959 1395 line-height: 1.6; 960 1396 font-weight: normal; 961 1397 color: #777; 962 1398 } 932 963 933 964
Note: See TracChangeset
for help on using the changeset viewer.