]> git.scottworley.com Git - vopamoi/blobdiff - vopamoi.css
Keep tags visually associated with their task
[vopamoi] / vopamoi.css
index 9f4469c367b127851cf79d76555181e0721d3a2b..8483797b979abab1b033359b25073761129fc324 100644 (file)
@@ -4,9 +4,17 @@ input {
 .tag {
   float: right;
   margin-left: 1em;
-  font-size: 85%;
+  font-size: 80%;
+}
+span.tag {
+  color: white;
+  padding: 1px .5em;
+  font-weight: bold;
 }
 input.tag {
   width: 7em;
   border: none;
 }
+.task {
+  clear: right;
+}