Skip to content

Commit

Permalink
week 5 content updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanduni-P committed Apr 22, 2024
1 parent 256a3d0 commit 8300bc5
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# produced vignettes
vignettes/*.html
vignettes/*.pdf
#vignettes/data
vignettes/data/brca_metabric


# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
Expand Down
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ website:
href: vignettes/3_Data_Manipulation.html
- text: "Visualizing Data"
href: vignettes/4_Visualization.html
- text: "Exploring the Metabric Dataset"
href: vignettes/5_Exploring_Metabric.html
format:
html:
theme:
Expand Down
18 changes: 18 additions & 0 deletions utils/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,22 @@ h5 {
}


table {
font-size: 9pt;
}

table.no-spacing {
border-spacing:0; /* Removes the cell spacing via CSS */
border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */
}

table.no-spacing tbody {
height: 500px;
overflow-y: auto;
display: block;
}

table.no-spacing thead {
display: block;
}

Loading

0 comments on commit 8300bc5

Please sign in to comment.