Write a review about the Keyboardio Model 100

This commit is contained in:
2022-06-18 07:17:36 +02:00
parent 051fd87fb5
commit b10a42866f
3 changed files with 330 additions and 2 deletions

View File

@@ -57,8 +57,11 @@ a:link, a:visited {
/* Paragraphs */
div.line-block,
p { margin-top: 1em;
margin-bottom: 1em;}
p {
margin-top: 1em;
margin-bottom: 1em;
text-align: justify;
}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
@@ -145,12 +148,21 @@ img.left, figure.left, div.figure.align-left {
}
/* .rst support */
div.figure {
width: 800px;
background-color: #ddd;
margin: 0 auto 1em -20px;
}
div.figure img, figure img { /* to fill figure exactly */
width: 100%;
}
div.figure p.caption, figure p.caption { /* margin provided by figure */
margin-top: 0;
margin-bottom: 0;
font-size: 80%;
text-align: center;
}
/*
@@ -553,3 +565,13 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
tt.literal {
background-color: #eeeeee;
}
kbd {
border: 1px solid black;
padding: 2px;
display: inline-block;
border-radius: 4px;
min-width: 1em;
text-align: center;
background-color: #ddd;
}