readthedocs.org/media/css/readthedocs-doc-embed.css

38 lines
592 B
CSS
Raw Normal View History

2013-10-25 23:21:26 +00:00
/* Left for CSS overrides we need to make in the future */
2013-10-26 01:02:04 +00:00
/* Fix badge on RTD Theme */
2014-10-19 21:10:29 +00:00
/* Please keep RTD badge displayed on your site */
2014-10-19 21:07:39 +00:00
.rst-versions.rst-badge {
display: block;
}
2013-10-26 01:02:04 +00:00
.rst-other-versions {
text-align: left;
}
.rst-other-versions a {
border: 0;
}
.rst-other-versions dl {
margin: 0;
}
2014-10-16 01:22:16 +00:00
/* Fix Mkdocs sidebar */
nav.stickynav {
position: absolute;
2014-10-19 21:07:39 +00:00
}
/* Fix RTD theme bottom margin */
.rst-content .line-block {
margin-bottom: 24px
}
2014-11-06 23:02:57 +00:00
/* bookmark icon */
.bookmark-added-msg {display: none;}
.bookmark-active {display: none;}
.bookmark-inactive {display: none;}