748
edits
(collapse float-rights together) |
(add .todo) |
||
Line 172: | Line 172: | ||
font-size: 85%; | font-size: 85%; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | |||
.todo { | |||
background-color: gray; | |||
color: white; | |||
} | |||
.todo:first-child:last-child { | |||
display: inline-block; | |||
padding: 0.5em; | |||
} | } |