Skip to content

Commit

Permalink
Merge pull request #162 from ongov/agency-datasets
Browse files Browse the repository at this point in the history
Task: Allow identifying agencies and their datasets.
  • Loading branch information
boykoc committed Oct 30, 2020
2 parents 0f866d8 + 83fcb0d commit b7d061b
Show file tree
Hide file tree
Showing 12 changed files with 341 additions and 145 deletions.
131 changes: 67 additions & 64 deletions ckanext/ontario_theme/fanstatic/external/ontario_theme.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion ckanext/ontario_theme/fanstatic/internal/general_styles.less
Expand Up @@ -42,6 +42,9 @@ h2 {

h3 {
font-size: 20px;
&.dataset-heading {
margin-bottom: 0px;
}
}
#landing-page-body h2 {
font-size: 40px;
Expand All @@ -65,7 +68,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: Raleway,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

a {
a, .dataset-heading a {
color: @ontario-link-colour;
}

Expand Down

0 comments on commit b7d061b

Please sign in to comment.