Changeset 7917
- Timestamp:
- 11/29/2018 06:41:39 AM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-handbook.php
r4792 r7917 19 19 </div> 20 20 <?php } ?> 21 22 <?php do_action( 'handbook_breadcrumbs' ); ?> 21 23 22 24 <div id="primary" class="content-area"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r7857 r7917 1045 1045 } 1046 1046 1047 .handbook-breadcrumbs { 1048 position: absolute; 1049 top: 4rem; 1050 left: 280px; 1051 font-size: 1.25rem; 1052 } 1053 1054 .single-handbook .handbook-breadcrumbs ~ #primary { 1055 padding-top: 8rem; 1056 } 1057 1058 .single-handbook .handbook-name-container ~ .handbook-breadcrumbs { 1059 top: 5rem; 1060 } 1061 1062 .single-handbook .handbook-name-container ~ .handbook-breadcrumbs ~ #primary { 1063 padding-top: 10rem; 1064 } 1065 1066 @media (max-width: 875px) { 1067 .handbook-breadcrumbs { 1068 top: 3rem; 1069 left: 22px; 1070 } 1071 1072 .single-handbook .handbook-breadcrumbs ~ #primary { 1073 padding-top: 7rem; 1074 } 1075 1076 .single-handbook .handbook-name-container ~ .handbook-breadcrumbs { 1077 top: 5rem; 1078 } 1079 1080 .single-handbook .handbook-name-container ~ .handbook-breadcrumbs ~ #primary { 1081 padding-top: 10rem; 1082 } 1083 } 1084 1047 1085 /** Table of Contents */ 1048 1086 .post-type-archive-handbook div.table-of-contents,
Note: See TracChangeset
for help on using the changeset viewer.