update from sparkleup
This commit is contained in:
parent
090b093cf4
commit
d05718c282
20
style.css
20
style.css
|
@ -148,3 +148,23 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
border-left: 1px solid #cccccc;
|
border-left: 1px solid #cccccc;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
del {
|
||||||
|
text-decoration: line-through;
|
||||||
|
background-color: #fbb;
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
ins {
|
||||||
|
text-decoration: none;
|
||||||
|
background-color: #d4fcbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
aside {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
width: 33%;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue