X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=static%2Fcards.css;h=039bd995ab52c7de51a007f56adf5f5b9d2c6030;hp=981a667e217e69876d4f24170ddabedefff137c4;hb=90288ab07bb1ec83a91581fadc674a87a250a853;hpb=d40eb749c3b9766eb85d843e712f1b86543232d2 diff --git a/static/cards.css b/static/cards.css index 981a667..039bd99 100644 --- a/static/cards.css +++ b/static/cards.css @@ -106,6 +106,16 @@ background: #EFF; } +.dash { + display: block; + border: solid 1px; + border-radius: 4px 4px 0 0; + margin: .25em 2em .25em 2em; + padding: .25em 2ex .25em 2ex; + background: #EFF; + text-align: right; +} + .card { display: block; position: relative;