From cb6e45b130bde70458ee544069834a951214037d Mon Sep 17 00:00:00 2001 From: Thomas Lange <code@nerdmind.de> Date: Mon, 5 Jul 2021 01:43:18 +0200 Subject: Add SCSS variables and do some minor optimizations This commit adds and uses variables for the SCSS files. Additionally, some minor optimizations have been done on the theme's HTML/CSS code. --- theme/admin/html/post/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/admin/html/post') diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index 6fcbcad..5261bdb 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -31,7 +31,7 @@ <?php if($POST['ARGV']): ?> <ul class="arguments"> <?php foreach($POST['ARGV'] as $argument => $value): ?> - <li><strong><?=$argument?>:</strong> <span><?=escapeHTML($value)?></span></li> + <li><strong><?=$argument?>:</strong> <code><?=escapeHTML($value)?></code></li> <?php endforeach; ?> </ul> <?php endif; ?> -- cgit v1.2.3