-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
9,152 additions
and
6,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
table.time { | ||
table.time { | ||
border-spacing: 1; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
|
||
/* 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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Various screenshots etc for promotional purposes. | ||
|
Oops, something went wrong.