bidict/_static/custom.css

17 lines
385 B
CSS
Raw Normal View History

2016-07-04 03:29:24 +00:00
/* 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;
}
2016-08-02 22:02:08 +00:00
/* 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;
}
}