2017-11-16 20:44:51 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-weight: bold !important;
|
2016-07-04 03:29:24 +00:00
|
|
|
}
|
2016-08-02 22:02:08 +00:00
|
|
|
|
2018-01-03 00:24:44 +00:00
|
|
|
ul.simple li {
|
2017-11-16 20:44:51 +00:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Can remove this when https://github.com/bitprophet/alabaster/pull/125 lands */
|
|
|
|
a.image-reference:hover {
|
|
|
|
border-bottom: 0 !important;
|
2016-08-02 22:02:08 +00:00
|
|
|
}
|
2018-02-13 12:13:24 +00:00
|
|
|
|
|
|
|
#status img {
|
|
|
|
max-width: 130px; /* override the inherited max-width: 100% in case a badge fails to load */
|
|
|
|
}
|