summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-12-30 03:10:03 +0100
committerAki <please@ignore.pl>2023-12-30 03:10:03 +0100
commit289caf0f9a96c8a2ad8df933d3270cb867a4b133 (patch)
treea6f5086939e7c4386b6cec8a285fd004a2874c0d
parentb334c0b6bcf520ff20ab2a3192b56304c6ffb306 (diff)
downloadignore.pl-289caf0f9a96c8a2ad8df933d3270cb867a4b133.zip
ignore.pl-289caf0f9a96c8a2ad8df933d3270cb867a4b133.tar.gz
ignore.pl-289caf0f9a96c8a2ad8df933d3270cb867a4b133.tar.bz2
Fix pre block being too close in two-column view
-rw-r--r--how_to_write_install_targets_for_lua_modules_in_makefiles.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/how_to_write_install_targets_for_lua_modules_in_makefiles.html b/how_to_write_install_targets_for_lua_modules_in_makefiles.html
index 40e69b7..d73aa53 100644
--- a/how_to_write_install_targets_for_lua_modules_in_makefiles.html
+++ b/how_to_write_install_targets_for_lua_modules_in_makefiles.html
@@ -27,6 +27,7 @@
.explanation td > *, .explanation td > div > * { margin-top: 0; }
.explanation td > *:last-child, .explanation td > div > *:last-child { margin-bottom: 0; }
.explanation td.description { padding: 0.6em 1em; }
+.explanation pre { margin-right: inherit; }
</style>
<title>How to Write Install Targets for Lua Modules in Makefiles</title>