OpenSlides/docs/_static/openslides_docs_style.css
Emanuel Schuetze 0d149180dd Updated documentation for 1.5
- Updated all screenshots.
- Improved image handling with autoimage extension.
- Some minor content updates for 1.5 version.
- Fixed wrong list of speakers icon.
2013-11-25 17:14:11 +01:00

23 lines
485 B
CSS

/*
* Extra style for OpenSlides documentation
*/
img.screenshot {
border: 1px solid lightgrey;
padding: 4px;
margin-bottom: 10px;
}
h2 {
margin-top: 35px !important;
}
a.headerlink {
visibility: hidden;
}
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink {
visibility: visible;
}
table.workflow-table caption {
display: none;
}