summaryrefslogtreecommitdiff
path: root/src/web/helper
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
commitedb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch)
tree02378933fad7247928a95de05664cce47db14037 /src/web/helper
parentrework styles with scss (diff)
downloadxssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz
xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2
xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip
finish scss conversion
Diffstat (limited to '')
-rw-r--r--src/web/helper/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/helper/lang.php b/src/web/helper/lang.php
index f7d69e6..3397d63 100644
--- a/src/web/helper/lang.php
+++ b/src/web/helper/lang.php
@@ -69,7 +69,7 @@ function ilang($key,
if ($text) {
echo '<span';
if ($icon) {
- echo ' class="ml-sm"';
+ echo ' style="margin-left: .5em;"';
}
echo '>' . $text . '</span>';
}