| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 11 days | navbar-center: center nav items for anonymous visitors | Lester Caine | 1 | -0/+6 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 11 days | fisheye auto_flow: responsive thumb sizing overrides Bootstrap and site ↵ | Lester Caine | 1 | -2/+4 | |
| constraints Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 11 days | Fix paginator layout: flexbox replaces float-based pull-left/pull-right | Lester Caine | 1 | -0/+14 | |
| 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 <noreply@anthropic.com> | |||||
| 12 days | Add 6-column breakpoint for .fisheye-flow at 1600px | Lester Caine | 1 | -0/+5 | |
| 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 <noreply@anthropic.com> | |||||
| 12 days | Add .fisheye-flow flex layout for auto_flow gallery | Lester Caine | 1 | -0/+17 | |
| 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 <noreply@anthropic.com> | |||||
| 13 days | Add odd/even row colours and override table-striped; document header pattern | Lester Caine | 1 | -0/+7 | |
| 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 <noreply@anthropic.com> | |||||
| 2026-06-09 | themes: floaticon button styling and minifind form spacing | Lester Caine | 1 | -0/+15 | |
| btn-link buttons in floaticon get padding/border reset to match plain anchor icons. Go buttons retain Bootstrap padding (centred text). form-group and btn spacing within minifind forms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-07 | Remove duplicate ipackage attributes from biticon calls | Lester Caine | 1 | -0/+40 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-06 | themes: add bootstrap.css.map for v3.3.7 | Lester Caine | 1 | -0/+1 | |
| The bootstrap.css sourceMappingURL reference was causing a 404 on every page load. Map file copied from ~/Development/bootstrap/dist/css/ which is the source of the v3.3.7 bootstrap.css. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Move config.css to themes/css — retire config/css load path | Lester Caine | 1 | -0/+532 | |
| config/css/config.css content moved to themes/css/config.css so config/css/ can be retired. Bootstrap .container width override (1170px → 1200px at min-width 1200px) added for correct top bar display. BitThemes loads from THEMES_PKG_PATH instead of CONFIG_PKG_PATH. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Replace colourstrap with stock Bootstrap 3.3.7 | Lester Caine | 2 | -0/+6762 | |
| colourstrap was Bootstrap 3.3.7 minus Glyphicons plus silk-sprite icon block (~6145 lines) plus Font Awesome (~2844 lines). Both icon blocks are dead — all icons are served via biticon/tango image files. Stock bootstrap.css is identical in content (tabs vs spaces aside) once the icon layers are stripped. Glyphicons are now present again, fixing the password eye-toggle in login_inc.tpl which was silently broken. Radio/checkbox width:90% patch moved to forms.css where it belongs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-02 | base.css: add tr.odd/tr.even for multi-row listing striping | Lester Caine | 1 | -0/+6 | |
| nth-of-type striping cannot alternate correctly when listings emit multiple <tr> per logical row; explicit class-based rules handle it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 9 | -0/+0 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-16 | missing icon alias, but seriously concidering dropping back to biticon ↵ | lsces | 1 | -0/+1 | |
| rather than the hacked booticon for a properly managed full colour icon suite | |||||
| 2026-04-02 | Local copy of colourstrap.css and icons | lsces | 2 | -0/+13646 | |
| 2024-09-26 | rename antiquated bit- css classes and cookie to bw- | spiderr | 2 | -4/+4 | |
| 2022-03-04 | color admin icons orange | spiderr | 1 | -0/+1 | |
| 2021-10-27 | add border-none style | spiderr | 1 | -0/+2 | |
| 2017-08-24 | add .display-block | spider@app2 | 1 | -0/+1 | |
| 2017-01-12 | remove .navbar ul li default | spider@dev | 1 | -1/+0 | |
| 2016-09-19 | dont print URLs | spider@app2 | 1 | -0/+3 | |
| 2016-08-23 | remove LEGACY css; add .truncate | spider@dev | 1 | -101/+4 | |
| 2016-07-28 | add em spacings to base.css | spider@app2 | 1 | -0/+49 | |
| 2016-06-21 | update structure-toc CSS for proper indenting | spider@app1 | 1 | -1/+20 | |
| 2015-12-07 | add link and display-none | turon | 1 | -0/+3 | |
| 2015-10-09 | tweak floaticon padding location | turon | 1 | -1/+1 | |
| 2015-09-27 | base.css tweaks | turon | 1 | -0/+35 | |
| 2015-09-27 | base.css tweaks | turon | 1 | -2/+9 | |
| 2015-06-01 | remove float on .floaticon | spider | 1 | -1/+1 | |
| 2015-05-01 | add table-cell display style | spider | 1 | -0/+1 | |
| 2015-03-12 | add .strong to base.css | spider | 1 | -0/+2 | |
| 2015-01-31 | add pinterest style vertical bit-columns CSS | spider | 1 | -0/+32 | |
| 2014-11-24 | add outer-glow css; tweak .highlight | spider | 1 | -1/+4 | |
| 2014-10-23 | add .width-auto | santo spider | 1 | -1/+1 | |
| 2014-10-20 | remove .right and .left which are too generic and conflict with bootsrap | spider | 1 | -2/+4 | |
| 2014-08-01 | mass reworking of structure editing using acisortable | Christian Fowler | 1 | -5/+30 | |
| 2014-06-18 | tweak default ul padding | spider | 1 | -0/+1 | |
| 2014-06-17 | Merge branch 'master' of github.com:bitweaver/themes | spider | 1 | -3/+29 | |
| 2014-06-17 | use bootstrap panels for modules | spider | 1 | -4/+4 | |
| 2014-06-09 | Additional default .css for fisheye and user layouts on BC3 | lsces | 1 | -3/+29 | |
| 2014-05-29 | null maincontent padding on -fluid width sites | Christian Fowler | 1 | -0/+2 | |
| 2014-05-29 | Merge branch 'master' of github.com:bitweaver/themes | Christian Fowler | 1 | -1/+1 | |
| 2014-05-29 | fix menu sort check | Christian Fowler | 1 | -1/+1 | |
| 2014-05-29 | margin to static top header | modela bitweaver | 1 | -1/+1 | |
| 2014-05-29 | update bootstrap v3 classes | spider | 1 | -0/+1 | |
| 2013-10-02 | add .margin-auto | spiderr | 1 | -0/+1 | |
| 2013-07-03 | add generic .bold the base.css | spiderr | 1 | -0/+2 | |
| 2013-06-24 | add alpha60 background | spiderr | 1 | -0/+24 | |
| 2013-05-28 | tweak some icon styling | spiderr | 1 | -1/+1 | |
| 2013-05-16 | clean up admin_layout_overview | spiderr | 1 | -1/+1 | |
