/** * @file styles/controllers/grid/groups.less * * Copyright (c) 2013-2017 Simon Fraser University * Copyright (c) 2003-2016 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup pkp_controllers_grid * * @brief Classes for grid structure */ /* Below was taken from content.css */ div.pkp_controllers_grid { .group1 td:first-child { background: url(../lib/pkp/templates/images/structure/grid_group_1.png) no-repeat; } .group2 td:first-child { background: url(../lib/pkp/templates/images/structure/grid_group_2.png) no-repeat; } .group3 td:first-child { background: url(../lib/pkp/templates/images/structure/grid_group_3.png) no-repeat; } .group4 td:first-child { background: url(../lib/pkp/templates/images/structure/grid_group_4.png) no-repeat; } .group5 td:first-child { background: url(../lib/pkp/templates/images/structure/grid_group_5.png) no-repeat; } }