aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/app.css
blob: 9b653b3b56a56394f8323986b65f97ae6924b9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
html, body, #app {
  height: 100%;
  min-width: 1000px;
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.about-table td{
  padding:0.5rem 1rem;
  border-bottom: 1px solid #DDD;
}
.about-table pre {
  background:#FFF;
  border:1px solid #CCC;
  padding:1rem;
  margin: 1rem 0;
}