qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
16 additions
and
11 deletions
| ... | @@ -17709,14 +17709,17 @@ p { | ... | @@ -17709,14 +17709,17 @@ p { |
| 17709 | .entry-content p + ul { | 17709 | .entry-content p + ul { |
| 17710 | margin-top: 0.938rem !important; | 17710 | margin-top: 0.938rem !important; |
| 17711 | } | 17711 | } |
| 17712 | .entry-content p a:hover { | 17712 | .entry-content p a { |
| 17713 | font-weight: bold; | ||
| 17713 | text-decoration: none; | 17714 | text-decoration: none; |
| 17714 | } | 17715 | } |
| 17716 | .entry-content p a:hover { | ||
| 17717 | text-decoration: underline; | ||
| 17718 | } | ||
| 17715 | .entry-content ul:not(.side-menu):not(.children) { | 17719 | .entry-content ul:not(.side-menu):not(.children) { |
| 17716 | padding-left: 2rem; | 17720 | padding-left: 2rem; |
| 17717 | } | 17721 | } |
| 17718 | .entry-content ul:not(.side-menu):not(.children) li { | 17722 | .entry-content ul:not(.side-menu):not(.children) li { |
| 17719 | color: #4D4D4D; | ||
| 17720 | margin-top: 0.313rem; | 17723 | margin-top: 0.313rem; |
| 17721 | } | 17724 | } |
| 17722 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) { | 17725 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) { |
| ... | @@ -17725,7 +17728,6 @@ p { | ... | @@ -17725,7 +17728,6 @@ p { |
| 17725 | } | 17728 | } |
| 17726 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li:before { | 17729 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li:before { |
| 17727 | content: "-"; | 17730 | content: "-"; |
| 17728 | color: #4D4D4D; | ||
| 17729 | font-weight: bold; | 17731 | font-weight: bold; |
| 17730 | display: inline-block; | 17732 | display: inline-block; |
| 17731 | width: 1.5em; | 17733 | width: 1.5em; |
| ... | @@ -17735,7 +17737,6 @@ p { | ... | @@ -17735,7 +17737,6 @@ p { |
| 17735 | padding-left: 2rem; | 17737 | padding-left: 2rem; |
| 17736 | } | 17738 | } |
| 17737 | .entry-content ol li { | 17739 | .entry-content ol li { |
| 17738 | color: #4D4D4D; | ||
| 17739 | margin-top: 0.313rem; | 17740 | margin-top: 0.313rem; |
| 17740 | } | 17741 | } |
| 17741 | .entry-content .wp-block-pullquote { | 17742 | .entry-content .wp-block-pullquote { |
| ... | @@ -20830,7 +20831,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20830,7 +20831,7 @@ ul.sf_date_field .sf-datepicker { |
| 20830 | text-decoration: underline; | 20831 | text-decoration: underline; |
| 20831 | } | 20832 | } |
| 20832 | .relevant-resources #relevant-resources td .rel p { | 20833 | .relevant-resources #relevant-resources td .rel p { |
| 20833 | margin-top: 15px; | 20834 | margin-top: 8px; |
| 20834 | margin-bottom: 0px; | 20835 | margin-bottom: 0px; |
| 20835 | padding-bottom: 0px; | 20836 | padding-bottom: 0px; |
| 20836 | text-decoration: none; | 20837 | text-decoration: none; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -58,21 +58,25 @@ p + ul{ | ... | @@ -58,21 +58,25 @@ p + ul{ |
| 58 | margin-top:.938rem !important; | 58 | margin-top:.938rem !important; |
| 59 | } | 59 | } |
| 60 | p{ | 60 | p{ |
| 61 | a:hover{ | 61 | a{ |
| 62 | font-weight: bold; | ||
| 62 | text-decoration: none; | 63 | text-decoration: none; |
| 63 | } | 64 | } |
| 65 | a:hover{ | ||
| 66 | text-decoration: underline; | ||
| 67 | } | ||
| 64 | } | 68 | } |
| 65 | ul:not(.side-menu):not(.children){ | 69 | ul:not(.side-menu):not(.children){ |
| 66 | padding-left: 2rem; | 70 | padding-left: 2rem; |
| 67 | li{ | 71 | li{ |
| 68 | color: #4D4D4D; | 72 | |
| 69 | margin-top: 0.313rem; | 73 | margin-top: 0.313rem; |
| 70 | ul:not(.side-menu):not(.children){ | 74 | ul:not(.side-menu):not(.children){ |
| 71 | list-style: none; | 75 | list-style: none; |
| 72 | margin-top: 0.313rem; | 76 | margin-top: 0.313rem; |
| 73 | li:before{ | 77 | li:before{ |
| 74 | content: "-"; | 78 | content: "-"; |
| 75 | color: #4D4D4D; | 79 | |
| 76 | font-weight: bold; | 80 | font-weight: bold; |
| 77 | display: inline-block; | 81 | display: inline-block; |
| 78 | width: 1.5em; | 82 | width: 1.5em; |
| ... | @@ -85,7 +89,7 @@ ul:not(.side-menu):not(.children){ | ... | @@ -85,7 +89,7 @@ ul:not(.side-menu):not(.children){ |
| 85 | ol{ | 89 | ol{ |
| 86 | padding-left: 2rem; | 90 | padding-left: 2rem; |
| 87 | li{ | 91 | li{ |
| 88 | color: #4D4D4D; | 92 | |
| 89 | margin-top: 0.313rem; | 93 | margin-top: 0.313rem; |
| 90 | 94 | ||
| 91 | } | 95 | } | ... | ... |
-
Please register or sign in to post a comment