mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 09:36:10 +00:00
Zzzzzzz
This commit is contained in:
parent
194c488d7f
commit
a8f76ca48b
6 changed files with 145 additions and 41 deletions
|
@ -14,6 +14,14 @@
|
|||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.highlighted {
|
||||
background-color: #FF0;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
padding: 0.125em 0.25em;
|
||||
margin: 0.25em auto;
|
||||
}
|
||||
|
||||
table.yesnomaybe {
|
||||
border: 0px solid transparent;
|
||||
margin: auto 0.5rem auto auto;
|
||||
|
@ -21,7 +29,9 @@ table.yesnomaybe {
|
|||
|
||||
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
|
||||
width: 1em;
|
||||
background-size: auto 80%;
|
||||
padding: 0.1em;
|
||||
background-clip: padding-box;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue