]> git.scottworley.com Git - vopamoi/blob - vopamoi.css
814de513a35dddd9b8b8f8035b96e75530d52bc6
[vopamoi] / vopamoi.css
1 input {
2 width: calc(100% - 8px); /* 8px to account for the default padding and border */
3 }
4 .tag {
5 float: right;
6 margin-left: 1em;
7 }
8 input.tag {
9 width: 7em;
10 }