mirror of https://github.com/jab/bidict.git
17 lines
385 B
CSS
17 lines
385 B
CSS
/* override
|
|
* https://github.com/bitprophet/alabaster/blob/7e8ee8/alabaster/static/alabaster.css_t#L609-L611
|
|
*/
|
|
div#changelog > div.section > ul > li > p:only-child {
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
/* override bad styles in
|
|
* https://media.readthedocs.org/css/badge_only.css
|
|
* added automatically by readthedocs
|
|
*/
|
|
@media screen and (max-width: 768px) {
|
|
img {
|
|
width: auto;
|
|
}
|
|
}
|