/*
 * blockquote.css
 * ~~~~~~~~~~~~~~~
 *
 * custom Sphinx stylesheet -- define margins in blockquotes with NXDL documentation
 *
 * :see: http://stackoverflow.com/questions/23462494/how-to-add-custom-css-file
 *
 */

/*  do NOT import, causes sidebar to disappear, see issue 341
@import url("basic.css");
*/

/* -- page layout ----------------------------------------------------------- */

/* github issue 341: nicer to solve this just for NXDL documentation files
 * but this works for now
 */

blockquote {
    margin-right: 0px;
}
