relevant resources
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
7 additions
and
5 deletions
| ... | @@ -20695,6 +20695,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20695,6 +20695,7 @@ ul.sf_date_field .sf-datepicker { |
| 20695 | } | 20695 | } |
| 20696 | .relevant-resources h2, .relevant-resources .h2 { | 20696 | .relevant-resources h2, .relevant-resources .h2 { |
| 20697 | border-bottom: 1px solid #707070; | 20697 | border-bottom: 1px solid #707070; |
| 20698 | margin-bottom: 0px; | ||
| 20698 | } | 20699 | } |
| 20699 | .relevant-resources #relevant-resources { | 20700 | .relevant-resources #relevant-resources { |
| 20700 | width: 100%; | 20701 | width: 100%; |
| ... | @@ -20703,8 +20704,8 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20703,8 +20704,8 @@ ul.sf_date_field .sf-datepicker { |
| 20703 | border-bottom: 1px solid #ccc; | 20704 | border-bottom: 1px solid #ccc; |
| 20704 | margin-left: 0px; | 20705 | margin-left: 0px; |
| 20705 | padding-left: 0px !important; | 20706 | padding-left: 0px !important; |
| 20706 | padding-bottom: 25px; | 20707 | padding-bottom: 24px; |
| 20707 | padding-top: 25px; | 20708 | padding-top: 24px; |
| 20708 | } | 20709 | } |
| 20709 | .relevant-resources #relevant-resources td .rel { | 20710 | .relevant-resources #relevant-resources td .rel { |
| 20710 | display: flex; | 20711 | display: flex; | ... | ... |
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.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | margin: 30px 0px; | 5 | margin: 30px 0px; |
| 6 | h2 { | 6 | h2 { |
| 7 | border-bottom: 1px solid #707070; | 7 | border-bottom: 1px solid #707070; |
| 8 | margin-bottom: 0px; | ||
| 8 | } | 9 | } |
| 9 | #relevant-resources { | 10 | #relevant-resources { |
| 10 | width: 100%; | 11 | width: 100%; |
| ... | @@ -12,8 +13,8 @@ | ... | @@ -12,8 +13,8 @@ |
| 12 | border-bottom: 1px solid #ccc; | 13 | border-bottom: 1px solid #ccc; |
| 13 | margin-left: 0px; | 14 | margin-left: 0px; |
| 14 | padding-left: 0px !important; | 15 | padding-left: 0px !important; |
| 15 | padding-bottom: 25px; | 16 | padding-bottom: 24px; |
| 16 | padding-top: 25px; | 17 | padding-top: 24px; |
| 17 | .rel { | 18 | .rel { |
| 18 | display: flex; | 19 | display: flex; |
| 19 | flex-direction: row; | 20 | flex-direction: row; | ... | ... |
-
Please register or sign in to post a comment