Skip to content

Commit

Permalink
Run npx prettier . --write
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Jul 10, 2023
1 parent 93a3aa9 commit dce38c9
Show file tree
Hide file tree
Showing 21 changed files with 8,613 additions and 6,440 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Basically, though, it's your classic [LNMP](https://en.wikipedia.org/wiki/LAMP_%
## Tests

Test coverage is woefully incomplete, but comes in three flavors:

- [`client`](test/client/): Client-side full-stack integration tests, require live DB & server
- [`server`](test/server/): Server-side (PHP) integration tests, require a live database
- [`unit`](test/unit/): Client-side JavaScript unit tests
Expand Down
8 changes: 4 additions & 4 deletions badge/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Open Sans font is released under the [Open Font License 1.1](OFL.txt).

* Project: https://fonts.google.com/specimen/Open+Sans
* Source: https://github.com/googlefonts/opensans
The Open Sans font is released under the [Open Font License 1.1](OFL.txt).

- Project: https://fonts.google.com/specimen/Open+Sans
- Source: https://github.com/googlefonts/opensans
2 changes: 1 addition & 1 deletion css/help.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
table.time {
table.time {
border-spacing: 1;
}

Expand Down
159 changes: 79 additions & 80 deletions css/tripit.css
Original file line number Diff line number Diff line change
@@ -1,80 +1,79 @@
/* TripIt Trip List */
div.segment {
width: 850px;
overflow: auto;
}

div.segment-left-cell {
width: 450px;
float: left;
}

div.segment-right-cell {
width: 400px;
float: left;
}

div.segment-none {
font-family: Calibri, Verdana, Arial, sans-serif;
font-size: 12pt;
color: #a1a1a1;
text-align: center;
margin: 15px 0;
}

hr.segment-separator {
height: 1px;
background-color: #a1a1a1;
border: 1px;
clear: both;
}

div.trip_header {
width: 850px;
overflow: auto;
}

div.import_all {
float: right;
margin-top: 3px;
}

/* TripIt Rendezvous */
.loginSelector {
width: 200px;
height: 200px;
vertical-align: middle;
}

.tripit_sprites_soc {
background: url("/img/tripit-sprites-social.png") no-repeat;
padding-left: 20px;
}

.tripit_sprites_soc_fb {
background-position: 0 -2px;
}

.tripit_sprites_soc_google {
background-position: 0 -80px;
}

.tripit_sprites_soc_yahoo {
background-position: 0 -113px;
}

.partnerLoginList {
text-align: left;
display: inline-block;
padding-top: 5px;
padding-bottom: 5px;
}

.ui-button-text {
font-size: 12px;
}

#loginPathPartnerHelp {
display: none;
}

/* TripIt Trip List */
div.segment {
width: 850px;
overflow: auto;
}

div.segment-left-cell {
width: 450px;
float: left;
}

div.segment-right-cell {
width: 400px;
float: left;
}

div.segment-none {
font-family: Calibri, Verdana, Arial, sans-serif;
font-size: 12pt;
color: #a1a1a1;
text-align: center;
margin: 15px 0;
}

hr.segment-separator {
height: 1px;
background-color: #a1a1a1;
border: 1px;
clear: both;
}

div.trip_header {
width: 850px;
overflow: auto;
}

div.import_all {
float: right;
margin-top: 3px;
}