add openneuro sources.

This commit is contained in:
Yoshihiro OKUMURA
2019-11-14 13:57:19 +09:00
parent cc287a2425
commit 408e8c4b3d
226 changed files with 9814 additions and 113 deletions
+20
View File
@@ -0,0 +1,20 @@
.itemTypes .itemType {
width: 50%;
padding: 5px;
vertical-align: top;
}
.itemTypes .itemType :global(table) {
width: auto;
}
.itemTypes .itemType :global(table .itemTypeName) {
vertical-align: middle;
font-size: large;
}
.itemTypes .itemType > div {
padding: 10px;
background-color: white;
color: black;
}