Mercurial > evolve
view docs/tutorial/style.css @ 6138:d5759f574fd9
debian: mark build dependencies only needed for documentation
This should allow building without installing these, by passing
DEB_BUILD_OPTIONS=nodoc.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 07 Jan 2022 20:10:03 +0100 |
parents | aad37ffd7d58 |
children |
line wrap: on
line source
/* .uk-overflow-container { overflow-y: scroll; top: 0; bottom: 0; }*/ table { min-width: 100% } .video-js { min-width:100%; max-width:100%; max-height: 100%; } .vjs-fullscreen { padding-top: 0px } ::-webkit-scrollbar { width: 12px; /* for vertical scrollbars */ height: 12px; /* for horizontal scrollbars */ } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); } .uk-overflow-container { overflow-y: scroll; top: 0; bottom: 0; } em { color:#666; }