Page MenuHomeDevCentral

Update CSS framework to Bootstrap 3.4.1
ClosedPublic

Authored by dereckson on Thu, Oct 30, 20:38.

Details

Summary

CSS was using Bootstrap 3.0.3 from 2014.
Upgrade to last 3.x release, 3.4.1, from 2019.

To upgrade to Bootstrap 5 breaks the navigation and requires more work,
so in a first phase, we limit the update by staying in 3.x.

From there, we'll be able to explore other options, as:

  • updating navigation to work with Bootstrap 5
  • switch to another framework
  • refresh the whole interface

Also fixes CSS issues noticed during upgrade:

  • dl can benefit from more space between blocks
  • we can reduce vertical scrollbar using vh
  • avoid #wrapper and <nav> to use more width than the viewport

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
update-bootstrap
Build Status
Buildable 6117
Build 6401: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson retitled this revision from Upgrade CSS framework to Bootstrap 3.4.1 to Update CSS framework to Bootstrap 3.4.1.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Thu, Oct 30, 20:42