aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmod/pmod_test/css/view.css
blob: 75e2dc62559beb31e248a7f30e83384571f7d768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.show {
  display: block;
}
.hide {
  display: none;
}
#index_page div.info {
  position: fixed;
}
#index_page div.info table.table {
  margin-top: 16px;
}