Move CSS helper classes to root.css

This commit is contained in:
Eryn Wells 2022-09-25 08:47:02 -07:00
parent 7f79238868
commit 979cd1bbcb
2 changed files with 7 additions and 13 deletions

View file

@ -56,10 +56,6 @@ figure.bordered {
border: 2px solid #eee;
}
.centered {
text-align: center;
}
h1,
h2,
h3,
@ -331,12 +327,3 @@ pre {
font-size: 7px;
}
}
/*
* Helpers
*/
/* For <span>s that shouldn't break. */
.nobreak {
white-space: nowrap;
}