Skip to content

Commit 140992c

Browse files
force make embeds centered
1 parent f16f28e commit 140992c

File tree

111 files changed

+127
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+127
-114
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
build: clean
44
./build.py
5+
cp blogtheme.css docs/blogtheme.css
56
cp kdemo.html docs/2024/boy-have-i-been/kdemo.html
67
# that was a KLUDGE!! why
78

blogtheme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@import url('/static/css/theme.css');
2+
3+
iframe.instagram-media {
4+
margin-left: auto !important;
5+
margin-right: auto !important;
6+
}

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'</div></div></a>')
2525
ICON = "/images/yazani/yazani_1_extracted_bg_big_eyes_cropped.png"
2626
ICON_MIMETYPE = "image/png"
27-
THEME_CSS_FILE = "/static/css/theme.css"
27+
THEME_CSS_FILE = "/blog/blogtheme.css"
2828
THEME_MAIN_CSS = "/static/css/main.css"
2929
THEME_STATIC_DIR = "static/"
3030
EXTRA_JS = ("/static/misc.js",)

docs/2021/updating-python/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/airdrop-for-non-apple-users/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/almost-no-javascript/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/change-of-plans/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/debugger-almost/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/first-pull-request/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/gah-i-broke-it/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)