commit 060def0e87f35d555aad4ddb4d6c1daf36d69e9b parent fd4989bb968aa7d72440cf2d2709e990ea0de272 Author: sin <sin@2f30.org> Date: Sat, 6 Jun 2015 12:40:21 +0100 Make images smaller in tohtml.sh Diffstat:
M | scripts/tohtml.sh | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/tohtml.sh b/scripts/tohtml.sh @@ -7,9 +7,9 @@ cat << EOF <style> .color-sample { float: left; - margin: 3px; - width: 100px; - height: 100px; + margin: 2px; + width: 64px; + height: 64px; border-radius: 3px; } </style>