/**
 * plugins/generic/usageStats/css/usageStatsGraph.css
 *
 * Copyright (c) 2013-2018 Simon Fraser University
 * Copyright (c) 2003-2018 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Usage stats graph styles.
 */

#usageStatsGraphContainer li {
	list-style-type: none;
	padding-bottom: 5px;
	display: inline;
	float: left;
}

#usageStatsGraphContainer #statsYear {
	display: inline;
	float: right;
}
