summaryrefslogtreecommitdiff
path: root/templates/mepage.lucius
blob: 67e9849fa0210c25a459dc7e51b7032a98f5237f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
input.buttonish {
  display: block;
  background: #fafafa;
  padding: .2em .8em;
  margin-right: 3px;
  border: 1px solid #808080;
  font-size: .8em;
  background: #fff url(/img/nav-bg.png) bottom repeat-x;
}

label {
  display: inline;
  margin-right: 6px;
}

input[type="radio"] {
  margin: 6pt;
}