mirror of https://github.com/jab/bidict.git
17 lines
350 B
CSS
17 lines
350 B
CSS
h1, h2, h3, h4, h5 {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
ul.simple li {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
/* Can remove this when https://github.com/bitprophet/alabaster/pull/125 lands */
|
|
a.image-reference:hover {
|
|
border-bottom: 0 !important;
|
|
}
|
|
|
|
#status img {
|
|
max-width: 130px; /* override the inherited max-width: 100% in case a badge fails to load */
|
|
}
|