1
0
forked from GitHub/gf-rgl
Files
gf-rgl/doc/synopsis/synopsis.css
John J. Camilleri 2875730224 Fix tables, clean popups.
Imagemap on categories is now broken, need to see how to fix
2018-11-12 15:07:00 +01:00

36 lines
452 B
CSS

/* Quick links */
#quicklinks {
line-height: 140%;
}
#quicklinks.sidebar {
overflow-y: scroll;
height: 100%;
position: fixed;
}
#quicklinks a {
display: block;
}
/* Reveal popup */
.popup {
display: none;
background: #ffffccee;
border: 1px solid #dee2e6;
padding: 1em 1em 1em 0;
}
.reveal:hover .popup {
display: block;
position: absolute;
margin: 0 1em;
}
/* General */
.table td, .table th {
padding: 0.5em .75rem;
}