Skip to content

Commit

Permalink
Extra commented CSS for later use
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamk008 committed Jan 18, 2024
1 parent 84cd779 commit 7423a5a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Binary file modified images/.DS_Store
Binary file not shown.
Binary file removed images/footer-banner.png
Binary file not shown.
38 changes: 38 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,43 @@ div.hat {
background-image: url("../images/hat.png");
}

/* .book .book-body .page-wrapper .page-inner section.normal is needed
to override the styles produced by gitbook, which are ridiculously
overspecified. Goal of the selectors is to ensure internal "margins"
controlled only by padding of container
.book .book-body .page-wrapper .page-inner section.normal div.rstudio-tip > :first-child,
.book .book-body .page-wrapper .page-inner section.normal div.tip > :first-child {
margin-top: 0;
}
.book .book-body .page-wrapper .page-inner section.normal div.rstudio-tip > :last-child,
.book .book-body .page-wrapper .page-inner section.normal div.tip > :last-child {
margin-bottom: 0;
}
iframe {
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
-o-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
.iframe-container {
overflow: auto;
-webkit-overflow-scrolling: touch;
border: #ddd 2px solid;
box-shadow: #888 0px 5px 8px;
margin-bottom: 1em;
}
.iframe-container > iframe {
border: none;
}
*/


/*-------------------------------------------*/
/*-------------------------------------------*/

0 comments on commit 7423a5a

Please sign in to comment.