<feed xmlns='http://www.w3.org/2005/Atom'>
<title>themes, branch master</title>
<subtitle>Bitweaver themes package repository
</subtitle>
<id>https://git.rdm1.uk/themes/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/themes/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/'/>
<updated>2026-06-22T11:26:48Z</updated>
<entry>
<title>Remove haccordion.js from global JS load; moved to medw theme_setup_inc.php</title>
<updated>2026-06-22T11:26:48Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-22T11:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=a1047828cdb4bf29c0ab8d2dbff65235b65c914f'/>
<id>urn:sha1:a1047828cdb4bf29c0ab8d2dbff65235b65c914f</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update CLAUDE.md: asset locations, theme overrides, session notes</title>
<updated>2026-06-18T15:27:25Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T15:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=8855a7f5d60daeecd4c9f7dcc02a5a57aac857ba'/>
<id>urn:sha1:8855a7f5d60daeecd4c9f7dcc02a5a57aac857ba</id>
<content type='text'>
Documents util/images and util/fonts as canonical asset locations,
removes dead config/css references, corrects site-specific theme
override path for servers vs desktop, adds 2026-06-17/18 session entry.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>navbar-center: center nav items for anonymous visitors</title>
<updated>2026-06-18T11:41:01Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T11:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=08b9e35808137fd9ab11867068cb599134221df6'/>
<id>urn:sha1:08b9e35808137fd9ab11867068cb599134221df6</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fisheye auto_flow: responsive thumb sizing overrides Bootstrap and site constraints</title>
<updated>2026-06-18T11:25:13Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T11:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=064d687d3d72b910e2b5db095a402456854c8c86'/>
<id>urn:sha1:064d687d3d72b910e2b5db095a402456854c8c86</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix paginator layout: flexbox replaces float-based pull-left/pull-right</title>
<updated>2026-06-18T10:58:24Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T10:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=fe323032e5d0961857d17e0aaae2529d5cc081a9'/>
<id>urn:sha1:fe323032e5d0961857d17e0aaae2529d5cc081a9</id>
<content type='text'>
width:100% ensures paginator claims its own row inside any flex parent
(fisheye-flow), making it visible regardless of div context. Flexbox
justify-content:space-between replaces Bootstrap float layout so page
buttons and goto-form stay on one line at normal widths.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add 6-column breakpoint for .fisheye-flow at 1600px</title>
<updated>2026-06-18T08:52:35Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T08:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc'/>
<id>urn:sha1:7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc</id>
<content type='text'>
Sites running fluid layout at 1600px+ get 6 columns (16.6667% width)
in auto_flow galleries. No effect on other gallery types.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add .fisheye-flow flex layout for auto_flow gallery</title>
<updated>2026-06-18T08:42:17Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-18T08:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=3fb7ad9655d9e4658674d3d03ce8a1637af821a8'/>
<id>urn:sha1:3fb7ad9655d9e4658674d3d03ce8a1637af821a8</id>
<content type='text'>
Flex container with flex-wrap:wrap replaces the float+clear approach.
Col-* items are flex children (float ignored), rows automatically
equal-height. Gallery-box and gallery-img chain stretches to fill.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Document pdfjs findbar patch and add to icon/header notes</title>
<updated>2026-06-16T14:24:30Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-16T14:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=43ee6312f206bda8ca8f854e981f496ce8e3cd00'/>
<id>urn:sha1:43ee6312f206bda8ca8f854e981f496ce8e3cd00</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Restore findbar open hack in pdfjs viewer.mjs</title>
<updated>2026-06-16T11:51:58Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-16T11:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=4d0da26e93885d22583a0c0207809c925c76f789'/>
<id>urn:sha1:4d0da26e93885d22583a0c0207809c925c76f789</id>
<content type='text'>
When #search= hash is present, open the findbar UI and populate the
find field before dispatching findfromurlhash — standard pdfjs only
highlights silently without showing the bar.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add odd/even row colours and override table-striped; document header pattern</title>
<updated>2026-06-16T10:01:47Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-16T10:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/themes/.git/commit/?id=c91f6ba64930b9a0296b4b399bc19f1caa29a6f2'/>
<id>urn:sha1:c91f6ba64930b9a0296b4b399bc19f1caa29a6f2</id>
<content type='text'>
config.css: tr.odd (#d3d3d3) / tr.even (#a9a9a9) with visible contrast;
override Bootstrap table-striped to same; table-hover to steel blue (#b8d4e8).
CLAUDE.md: document standard blue header pattern (header element, floaticon
include, breadcrumb include) and tango/tango5 icon copy rule.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
