Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / atom / widget / templates / css / HtmlFeedViewer.css

History | View | Annotate | Download (222 Bytes)

1
.feedViewerTable {
2
        font-size: small;
3
        width:100%;
4
        cursor:default;
5
        padding:2px;
6
}
7
.feedViewerTable, .feedViewerTable table {
8
        border-width: 0;
9
        margin: 0;
10
}
11
.feedViewerTableBody {
12
        overflow-x: auto;
13
        overflow-y: auto;
14
}