Skip to content
Snippets Groups Projects
Commit 4b8223ff authored by Brian Moe's avatar Brian Moe
Browse files

Hide overflow inside figures.

parent fb66c115
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ table.gstlalcbc th {padding:3px;border:none;vertical-align:bottom;}
}
table.figures tr.figrow {text-align:center;}
table.figures {width:300px;height:270px;border:1px solid gray; display: inline-block; margin: 4px;}
table.figures {width:300px;height:270px;border:1px solid gray; display: inline-block; margin: 4px; overflow: hidden;}
/* This was trying to style the title pane buttons. Doesn't work anymore.
.tundra.eventDetail .pmTitlePaneClass .dijitOpen .dijitArrowNode {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment