Skip to content

Commit 1d24c34

Browse files
committed
Added some CSS classes for use in the group meeting page.
- Legacy-Id: 14720
1 parent 3564ba1 commit 1d24c34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,14 @@ table.materials .snippable {
393393
padding: 1em 1em 0 1em;
394394
line-height: 1.4142;
395395
}
396+
.padded-left,
397+
tbody > tr > td.padded-left {
398+
padding-left: 1em;
399+
}
400+
.padded-right,
401+
tbody > tr > td.padded-right {
402+
padding-right: 1em;
403+
}
396404

397405

398406
a.padded {

0 commit comments

Comments
 (0)