css: better quotes
This commit is contained in:
parent
1a759e4e5a
commit
1924c1e305
@ -16,7 +16,7 @@ In fact, it's the tool that Arch's maintainers use to generate the official live
|
||||
|
||||
The one issue I have, though is that you need to be running Arch Linux to run archiso:
|
||||
|
||||
> Currently creating the images is only supported on Arch Linux but may work on other operating systems as well.
|
||||
> "Currently creating the images is only supported on Arch Linux but may work on other operating systems as well."
|
||||
|
||||
As I run another distro on my laptop, I could not use archiso.
|
||||
So, in the last few days, I set out to make archiso run on my system.
|
||||
|
@ -130,14 +130,18 @@ img {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border: 1px solid;
|
||||
border-left: 6px solid;
|
||||
border: 1px solid #ffffff55;
|
||||
border-left: 0.5em solid;
|
||||
margin: 2rem 0;
|
||||
padding: 10px;
|
||||
}
|
||||
blockquote p {
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
font-size: 90%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user