plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
197f4b181e2a9fc9cf684c1bd186abb1798eed41
parent
81ced4023704dc0086098738512a841dfdaac45b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-02 07:59
rm unused post footer styling

Diffstat

M plutopluto/static/style.css 13 -------------

1 files changed, 0 insertions, 13 deletions


diff --git a/plutopluto/static/style.css b/plutopluto/static/style.css

@@ -87,19 +87,6 @@ hr {
   87    87 	text-decoration: underline;
   88    88 }
   89    89 
   90    -1 .post footer {
   91    -1 	display: flex;
   92    -1 	gap: 1em;
   93    -1 	color: var(--fg-tint-color);
   94    -1 	font-weight: bold;
   95    -1 	font-size: small;
   96    -1 	margin-block-start: 0.5em;
   97    -1 }
   98    -1 .post footer a {
   99    -1 	color: inherit;
  100    -1 	text-decoration: none;
  101    -1 }
  102    -1 
  103    90 .post img,
  104    91 .post video {
  105    92 	display: block;