summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/app.css
blob: f70fbc0e464691809d486398f939264087beea0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html, body, #app {
  height: 100%;
  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;
}