Revision 21de669c8f965b30bd8264c10acc7718b9fc5874 authored by Ben Bales on 22 February 2021, 17:15:03 UTC, committed by GitHub on 22 February 2021, 17:15:03 UTC
Co-authored-by: Rok Češnovar <rok.cesnovar@fri.uni-lj.si>
1 parent 4fbcd77
Raw File
styles.css

h1 {
  font-size: xx-large;
}
h2 {
  font-size: x-large;
}
h3 {
  font-size: large;
}
h4 {
  font-size: medium;
}

#TOC:before {
  content: "Table of contents";
  font-size: large;
}
#TOC {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: 10%;
  margin-left: 10%;
  font-size: large;
  border-style: solid;
  border-width: thin;
  border-color: LightGray;
  padding: 10px;
}
#TOC ul {
  list-style-type: none;
}

.figure{
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: small;
}

body:after {
  text-align: center;
  content: "All code in this document is licensed via the BSD 3-clause license.";
}
back to top