summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/templates/css/HtmlFeedViewer.css
blob: 395df3de9477f4e8d277c355c3ccf3d89ea711dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.feedViewerTable {
	font-size: small;
	width:100%;
	cursor:default;
	padding:2px;
}

.feedViewerTable, .feedViewerTable table {
	border-width: 0;
	margin: 0;
}

.feedViewerTableBody {
	overflow-x: auto;
	overflow-y: auto;
}