]> git.scottworley.com Git - vopamoi/blame_incremental - vopamoi.css
Add tags
[vopamoi] / vopamoi.css
... / ...
CommitLineData
1input {
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}
8input.tag {
9 width: 7em;
10}