]> git.scottworley.com Git - vopamoi/blame - vopamoi.css
Keep description in its own span
[vopamoi] / vopamoi.css
CommitLineData
4e05a0a2
SW
1input {
2 width: calc(100% - 8px); /* 8px to account for the default padding and border */
3}
7b5b90b9
SW
4.tag {
5 float: right;
6 margin-left: 1em;
634868c9 7 font-size: 85%;
7b5b90b9
SW
8}
9input.tag {
10 width: 7em;
634868c9 11 border: none;
7b5b90b9 12}