mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 01:16:39 +00:00
60 lines
548 B
CSS
60 lines
548 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: x-small;
|
|
}
|
|
|
|
p {
|
|
font-size: small;
|
|
}
|
|
|
|
dd {
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
dt {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
li {
|
|
margin-top: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
h2 {
|
|
padding-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
h2::after {
|
|
margin: 0;
|
|
}
|
|
|
|
#noprint {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#printbutton {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* #onlyprint {
|
|
display: block;
|
|
visibility: visible;
|
|
} */
|
|
#onlyprint {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|