]> git.scottworley.com Git - vopamoi/blob - vopamoi.css
9f4469c367b127851cf79d76555181e0721d3a2b
[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 font-size: 85%;
8 }
9 input.tag {
10 width: 7em;
11 border: none;
12 }