css: shuffle style blocks

This commit is contained in:
He4eT 2026-03-29 21:41:07 +02:00
commit 6dfc7ce473

View file

@ -26,6 +26,22 @@ a:hover {
border-color: currentColor; border-color: currentColor;
} }
/* Lists */
ul {
list-style: square;
}
/* Tables */
@media (max-width: 500px) {
table {
display: block;
overflow: auto;
width: 100%;
}
}
/* Code and quotes*/ /* Code and quotes*/
pre, blockquote { pre, blockquote {
@ -72,11 +88,7 @@ figure.image figcaption {
margin-top: 1.0rem; margin-top: 1.0rem;
} }
/* Lists */ /* Entries */
ul {
list-style: square;
}
.entry:last-child, .entry:last-child,
.entry { .entry {
@ -88,16 +100,6 @@ ul {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
/* Tables */
@media (max-width: 500px) {
table {
display: block;
overflow: auto;
width: 100%;
}
}
/* Stripes */ /* Stripes */
.stripesContainer { .stripesContainer {