From 58d8268207f9957b3ef3f50ad3ecdca91628577f Mon Sep 17 00:00:00 2001 From: schrumpel Date: Wed, 18 May 2022 16:51:53 +0200 Subject: [PATCH] removing italics --- public/s/css/f0ck.css | 10 +++++----- views/item.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 25e6ac7..586aa45 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -807,11 +807,6 @@ html[theme="f0ck95"] .gapRight { align-items: center; } -html[theme="f0ck95"] .populateME { - position: relative; - left: 10px; -} - html[theme="f0ck95"] input { color: #000; } @@ -1568,6 +1563,11 @@ span.placeholder { padding-top: 5px; } +.populateME { + position: relative; + left: 10px; +} + .gapRight { display: flex; align-items: center; diff --git a/views/item.html b/views/item.html index 8c94573..d72cd41 100644 --- a/views/item.html +++ b/views/item.html @@ -2,7 +2,7 @@
- f0ck - {{ item.id }} + f0ck - {{ item.id }}
@if(session)