Skip to content

Commit ff894bc

Browse files
committed
move css into pkgdown/extra.css
1 parent e3b4e4b commit ff894bc

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
[![CRAN status](https://www.r-pkg.org/badges/version/cansim)](https://CRAN.R-project.org/package=cansim)
55
[![CRAN_Downloads_Badge](https://cranlogs.r-pkg.org/badges/cansim)](https://cranlogs.r-pkg.org/badges/cansim)
66
[![R-CMD-check](https://github.com/mountainMath/cansim/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mountainMath/cansim/actions/workflows/R-CMD-check.yaml)
7-
[![DOI](https://img.shields.io/badge/ DOI-10.32614/CRAN.package.cansim-d2b24a.svg)](https://doi.org/10.32614/CRAN.package.cansim)
7+
[![DOI](https://img.shields.io/badge/DOI-10.32614/CRAN.package.cansim-d2b24a.svg)](https://doi.org/10.32614/CRAN.package.cansim)
88
<!-- badges: end -->
99

10-
<style>
11-
main#main img#readme-logo {
12-
display:none;
13-
}
14-
</style>
1510
<a href="https://mountainmath.github.io/cansim/index.html"><img id="readme-logo" src="https://raw.githubusercontent.com/mountainMath/cansim/master/images/cansim-sticker.png" alt="cansim logo" align="right" width = "25%" height = "25%"/></a>
1611

1712
An R package to retrieve and work with public Statistics Canada data tables.

pkgdown/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ pre, code {
77
.page-header img.logo {
88
width: 80px;
99
}
10+
11+
main#main img#readme-logo {
12+
display:none;
13+
}

0 commit comments

Comments
 (0)