Changeset 4789
- Timestamp:
- 01/25/2017 10:59:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r4771 r4789 1019 1019 1020 1020 /* New handbook design */ 1021 . handbook-template-default#page {1021 .single-handbook #page { 1022 1022 background: linear-gradient(to right, #fafafa 40%, #fff 40%); 1023 1023 max-width: 100%; … … 1025 1025 } 1026 1026 1027 . handbook-template-default#main {1027 .single-handbook #main { 1028 1028 max-width: 960px; 1029 1029 margin: 0 auto; … … 1031 1031 } 1032 1032 1033 . handbook-template-defaultheader {1033 .single-handbook header { 1034 1034 margin: 0; 1035 1035 } 1036 1036 1037 . handbook-template-default#secondary {1037 .single-handbook #secondary { 1038 1038 margin: 0; 1039 1039 } 1040 1040 1041 . handbook-template-default#primary {1041 .single-handbook #primary { 1042 1042 padding: 4rem 0 4rem 4rem; 1043 1043 background: #fff; … … 1046 1046 1047 1047 @media(max-width: 876px) { 1048 . handbook-template-default#primary {1048 .single-handbook #primary { 1049 1049 padding: 4rem 20px; 1050 1050 } 1051 1051 } 1052 1052 1053 . handbook-template-default#secondary-content {1053 .single-handbook #secondary-content { 1054 1054 padding-top: 4rem; 1055 1055 } 1056 1056 1057 . handbook-template-default.widget_wporg_handbook_pages {1057 .single-handbook .widget_wporg_handbook_pages { 1058 1058 background-color: transparent; 1059 1059 } … … 1062 1062 top: 10px; 1063 1063 } 1064 . handbook-template-default.make-welcome {1064 .single-handbook .make-welcome { 1065 1065 margin: 0 !important; 1066 1066 }
Note: See TracChangeset
for help on using the changeset viewer.