Changeset 592 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
- Timestamp:
- 05/02/2014 09:47:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r591 r592 10 10 -webkit-box-sizing: border-box; 11 11 box-sizing: border-box; 12 } 13 #content, #content-area { 14 padding: 0 10px; 12 15 } 13 16 #content-area, … … 379 382 color: #606060; 380 383 } 381 .breadcrumb {382 .active {383 font-weight: 600;384 }385 386 font-size: 14px;387 font-size: 1.4rem;388 389 }390 391 384 .site-title { 392 385 color: #555555; … … 400 393 } 401 394 395 } 396 .breadcrumb { 397 .active { 398 font-weight: 600; 399 } 400 font-size: 13px; 401 font-size: 1.3rem; 402 402 } 403 403 .breadcrumb-trail { … … 658 658 659 659 } 660 .reference-landing .box ul { 661 padding: 0; 662 } 660 663 661 664 .three-columns .box { … … 705 708 color: #fff; 706 709 } 710 } 711 712 .view-all-new-in { 713 font-style: italic; 707 714 } 708 715 … … 736 743 h1 { 737 744 margin: 24px 0; 745 padding-left: 100px; 738 746 a { 747 margin-left: -100px; 739 748 color: #24831d; 740 749 font-family: $code-font; 741 750 font-size: 20px; 751 .hook-func { 752 color: #888888; 753 } 742 754 .arg-type { 743 755 color: #cd2f23; … … 933 945 width: 100%; 934 946 947 #content, 935 948 #content-area, 936 949 .inner-wrap { 937 950 max-width: 100%; 938 padding: 0 1 %;951 padding: 0 13px; 939 952 .has-sidebar { 940 953 width: 100%; 941 954 } 955 } 956 .site-branding .site-title { 957 padding-left: 0; 942 958 } 943 959 } … … 989 1005 } 990 1006 991 .horizontal-list li { 992 display: block; 993 a { 994 border-left: none; 995 } 996 } 997 998 .horizontal-list li:first-child a { 999 padding: 0 40px; 1000 padding: 0 4rem; 1001 } 1002 1003 1004 .reference-landing .searchform input[type="text"], 1005 .reference-landing .searchform input[type="submit"] { 1006 width: 100%; 1007 margin-right: 0; 1008 margin-bottom: 1em; 1009 float: none; 1010 clear: both; 1007 .devhub-wrap { 1008 .horizontal-list li { 1009 display: block; 1010 a { 1011 border-left: none; 1012 } 1013 } 1014 1015 .horizontal-list li:first-child a { 1016 padding: 0 40px; 1017 padding: 0 4rem; 1018 } 1019 1020 .reference-landing .searchform input[type="text"], 1021 .reference-landing .searchform input[type="submit"] { 1022 width: 100%; 1023 margin-right: 0; 1024 margin-bottom: 1em; 1025 float: none; 1026 clear: both; 1027 } 1028 1029 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 1030 h1 { 1031 padding-left: 45px; 1032 a { 1033 margin-left: -45px; 1034 } 1035 } 1036 } 1037 1038 .two-columns .box { 1039 width: 99%; 1040 } 1011 1041 } 1012 1042 }
Note: See TracChangeset
for help on using the changeset viewer.