Skip to content

Commit

Permalink
deploy: 2da2ac3
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jun 10, 2024
1 parent 192e2de commit d0d21b9
Show file tree
Hide file tree
Showing 73 changed files with 677 additions and 682 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/chrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* CSS for UI elements (a.k.a. chrome) */

@import 'variables.css';

html {
scrollbar-color: var(--scrollbar) var(--bg);
}
Expand Down
2 changes: 0 additions & 2 deletions css/general.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Base styles and content styles */

@import 'variables.css';

:root {
/* Browser default font-size is 16px, this way 1 rem = 10px */
font-size: 62.5%;
Expand Down
1 change: 1 addition & 0 deletions highlight.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

609 changes: 304 additions & 305 deletions print.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions project/contributing.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/funding.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions project/history/CHANGELOG.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions project/history/backstory.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions project/history/index.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions project/history/retrospective/index.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions project/history/vision_and_validate/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions project/history/year1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/history/year2.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/history/year3.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/motivations.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions project/presentations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/references.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/team.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/users.html

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions proposals/broadmoor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion proposals/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions proposals/lake_wash.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions proposals/seattle_bikes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ window.search = window.search || {};

// Eventhandler for keyevents on `document`
function globalKeyHandler(e) {
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; }
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text' || !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName)) { return; }

if (e.keyCode === ESCAPE_KEYCODE) {
e.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions software/abstreet.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions software/fifteen_min.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion software/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions software/ltn/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions software/ltn/tech_details.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion software/osm_viewer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion software/parking_mapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions software/santa.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion software/ungap_the_map/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions software/ungap_the_map/motivation.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions software/ungap_the_map/plan.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions software/ungap_the_map/tech_details.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions software/ungap_the_map/user_guide.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tech/dev/api.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tech/dev/data.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/dev/formats/index.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions tech/dev/formats/scenarios.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions tech/dev/formats/traffic_signals.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tech/dev/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tech/dev/misc_tricks.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tech/dev/release.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tech/dev/testing.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions tech/dev/ui.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tech/map/details.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/map/edits.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions tech/map/geometry/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/map/importing/convert_osm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/map/importing/geometry.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/map/importing/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/map/importing/misc.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tech/map/importing/rest.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tech/map/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tech/map/platform.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions tech/trafficsim/discrete_event/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tech/trafficsim/gridlock.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/trafficsim/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/trafficsim/live_edits.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tech/trafficsim/parking.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions tech/trafficsim/travel_demand.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tech/trafficsim/trips.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion user/asu.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions user/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions user/new_city.html

Large diffs are not rendered by default.

0 comments on commit d0d21b9

Please sign in to comment.