summaryrefslogtreecommitdiff
path: root/test.scss
blob: 5895f1a956b8517209f4ec9cea26b474966b04dd (plain)
  1. .inlinepage {
  2. border: 0;
  3. padding: 1em 5%;
  4. margin: 0;
  5. // background-color: LightYellow;
  6. }
  7. .inlinepage .header a {
  8. font-weight: normal;
  9. color: DarkRed;
  10. }
  11. .inlinefooter {
  12. display: none;
  13. }
  14. .inlineheader .author {
  15. display: none;
  16. }