/** * @file plugins/themes/default/styles/footer.less * * Copyright (c) 2014-2017 Simon Fraser University * Copyright (c) 2003-2017 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Classes for the page footer elements */ .pkp_structure_footer_wrapper { background: @bg-shade; } .pkp_structure_footer { text-align: center; } .pkp_footer_content { padding: @triple; text-align: left; } // OJS brand images in footer .pkp_brand_footer { padding: @base; text-align: center; a { display: block; max-width: 300px; margin: 0 auto; } }