/** * @file styles/structure/foot.less * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup pkp_structure_foot * * @brief Classes for the page footer structural elements */ .pkp_structure_footer { position: absolute; bottom: 0; right: 0; width: 100%; height: 129px; padding: @double; background: @bg; text-align: right; } .pkp_brand_footer { display: inline-block; img { display: block; width: 100px; height: auto; } }