qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
33 additions
and
4 deletions
| ... | @@ -16356,6 +16356,13 @@ p { | ... | @@ -16356,6 +16356,13 @@ p { |
| 16356 | .entry-content ul:not(.side-menu):not(.children) li { | 16356 | .entry-content ul:not(.side-menu):not(.children) li { |
| 16357 | margin-top: 0.313rem; | 16357 | margin-top: 0.313rem; |
| 16358 | } | 16358 | } |
| 16359 | .entry-content ul:not(.side-menu):not(.children) li a { | ||
| 16360 | text-decoration: none !important; | ||
| 16361 | font-weight: bold !important; | ||
| 16362 | } | ||
| 16363 | .entry-content ul:not(.side-menu):not(.children) li a:hover { | ||
| 16364 | text-decoration: underline !important; | ||
| 16365 | } | ||
| 16359 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) { | 16366 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) { |
| 16360 | list-style: none; | 16367 | list-style: none; |
| 16361 | margin-top: 0.313rem; | 16368 | margin-top: 0.313rem; |
| ... | @@ -16367,6 +16374,13 @@ p { | ... | @@ -16367,6 +16374,13 @@ p { |
| 16367 | width: 1.5em; | 16374 | width: 1.5em; |
| 16368 | margin-left: -1.5em; | 16375 | margin-left: -1.5em; |
| 16369 | } | 16376 | } |
| 16377 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li a { | ||
| 16378 | text-decoration: none !important; | ||
| 16379 | font-weight: bold !important; | ||
| 16380 | } | ||
| 16381 | .entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li a:hover { | ||
| 16382 | text-decoration: underline !important; | ||
| 16383 | } | ||
| 16370 | .entry-content ol { | 16384 | .entry-content ol { |
| 16371 | padding-left: 2rem; | 16385 | padding-left: 2rem; |
| 16372 | } | 16386 | } |
| ... | @@ -19980,7 +19994,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19980,7 +19994,7 @@ ul.sf_date_field .sf-datepicker { |
| 19980 | list-style: none; | 19994 | list-style: none; |
| 19981 | padding: 0; | 19995 | padding: 0; |
| 19982 | margin: 0; | 19996 | margin: 0; |
| 19983 | gap: 12px; | 19997 | gap: 24px; |
| 19984 | } | 19998 | } |
| 19985 | @media only screen and (max-width: 67.063rem) { | 19999 | @media only screen and (max-width: 67.063rem) { |
| 19986 | .news-and-stories-block ul { | 20000 | .news-and-stories-block ul { | ... | ... |
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.
| ... | @@ -92,7 +92,13 @@ p{ | ... | @@ -92,7 +92,13 @@ p{ |
| 92 | ul:not(.side-menu):not(.children){ | 92 | ul:not(.side-menu):not(.children){ |
| 93 | padding-left: 2rem; | 93 | padding-left: 2rem; |
| 94 | li{ | 94 | li{ |
| 95 | 95 | a{ | |
| 96 | text-decoration: none !important; | ||
| 97 | font-weight: bold !important; | ||
| 98 | } | ||
| 99 | a:hover{ | ||
| 100 | text-decoration: underline !important; | ||
| 101 | } | ||
| 96 | margin-top: 0.313rem; | 102 | margin-top: 0.313rem; |
| 97 | ul:not(.side-menu):not(.children){ | 103 | ul:not(.side-menu):not(.children){ |
| 98 | list-style: none; | 104 | list-style: none; |
| ... | @@ -104,6 +110,15 @@ ul:not(.side-menu):not(.children){ | ... | @@ -104,6 +110,15 @@ ul:not(.side-menu):not(.children){ |
| 104 | display: inline-block; | 110 | display: inline-block; |
| 105 | width: 1.5em; | 111 | width: 1.5em; |
| 106 | margin-left: -1.5em; | 112 | margin-left: -1.5em; |
| 113 | } | ||
| 114 | li{ | ||
| 115 | a{ | ||
| 116 | text-decoration: none !important; | ||
| 117 | font-weight: bold !important; | ||
| 118 | } | ||
| 119 | a:hover{ | ||
| 120 | text-decoration: underline !important; | ||
| 121 | } | ||
| 107 | } | 122 | } |
| 108 | } | 123 | } |
| 109 | } | 124 | } | ... | ... |
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| 27 | list-style: none; | 27 | list-style: none; |
| 28 | padding:0; | 28 | padding:0; |
| 29 | margin:0; | 29 | margin:0; |
| 30 | gap: 12px; | 30 | gap: 24px; |
| 31 | @media only screen and (max-width: 67.063rem) { | 31 | @media only screen and (max-width: 67.063rem) { |
| 32 | flex-direction: row; | 32 | flex-direction: row; |
| 33 | padding-left: 0px !important; | 33 | padding-left: 0px !important; | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | Theme Name: MSF CA Child | 2 | Theme Name: MSF CA Child |
| 3 | Author: Tenzing Communications | 3 | Author: Tenzing Communications |
| 4 | Template: msf-ca | 4 | Template: msf-ca |
| 5 | Version: 1.0.5312 | 5 | Version: 1.0.5313 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment