pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit c5c312dc6b593e20131c1b1e816b83f6528643e2
parent 8b60f39a349026b5c7f079c433bdb73d3f96eb46
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  9 Aug 2023 23:13:13 +0100

add images and img css fix

Diffstat:
Aimg/not_without_my_effects-bag.jpg | 0
Aimg/not_without_my_effects-bag_contents.jpg | 0
Aimg/not_without_my_effects-canteen.jpg | 0
Aimg/not_without_my_effects-flashlight.jpg | 0
Aimg/not_without_my_effects-hanks.jpg | 0
Aimg/not_without_my_effects-key_organiser.jpg | 0
Aimg/not_without_my_effects-pouch_contents.jpg | 0
Aimg/not_without_my_effects-pouches.jpg | 0
Mstyle.css | 2+-
9 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/img/not_without_my_effects-bag.jpg b/img/not_without_my_effects-bag.jpg Binary files differ. diff --git a/img/not_without_my_effects-bag_contents.jpg b/img/not_without_my_effects-bag_contents.jpg Binary files differ. diff --git a/img/not_without_my_effects-canteen.jpg b/img/not_without_my_effects-canteen.jpg Binary files differ. diff --git a/img/not_without_my_effects-flashlight.jpg b/img/not_without_my_effects-flashlight.jpg Binary files differ. diff --git a/img/not_without_my_effects-hanks.jpg b/img/not_without_my_effects-hanks.jpg Binary files differ. diff --git a/img/not_without_my_effects-key_organiser.jpg b/img/not_without_my_effects-key_organiser.jpg Binary files differ. diff --git a/img/not_without_my_effects-pouch_contents.jpg b/img/not_without_my_effects-pouch_contents.jpg Binary files differ. diff --git a/img/not_without_my_effects-pouches.jpg b/img/not_without_my_effects-pouches.jpg Binary files differ. diff --git a/style.css b/style.css @@ -204,7 +204,7 @@ code { border-radius: 2px; } -.fitwidth { +img[src*="#fitwidth"] { width: 50%; height: auto; }