/**
 * @package     hubzero-cms
 * @file        components/com_whatsnew/assets/css/whatsnew.css
 * @copyright   Copyright 2005-2013 Purdue University. All rights reserved.
 * @license     http://www.gnu.org/licenses/lgpl-3.0.html LGPLv3
 */

/*

	-- -- -- -- -- -- --
	com_whatsnew CSS
	-- -- -- -- -- -- --

*/

/* Item listing */
	.entries .resource .title {
		margin-right: 220px;
	}
	.com_whatsnew .container-block h3 {
		margin-bottom: 0;
		border: 2px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.com_whatsnew .container-block h3 a.feed {
		float: right;
	}

	ol.entries {
		list-style-type: none !important;
		border: 2px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	ol.entries h4 {
		margin: 1em 0;
		line-height: 1em;
	}
	ol.entries > li {
		clear: left;
		margin: 0 !important;
		padding: 0 1em 0 2em;
		border-bottom: 1px solid #efefef;
		position: relative;
	}