source:
Dev/trunk/src/client/dojox/atom/widget/templates/css/HtmlFeedViewer.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | .feedViewerTable { |
2 | font-size: small; |
3 | width:100%; |
4 | cursor:default; |
5 | padding:2px; |
6 | } |
7 | |
8 | .feedViewerTable, .feedViewerTable table { |
9 | border-width: 0; |
10 | margin: 0; |
11 | } |
12 | |
13 | .feedViewerTableBody { |
14 | overflow-x: auto; |
15 | overflow-y: auto; |
16 | } |
Note: See TracBrowser
for help on using the repository browser.