Skip to content

Commit

Permalink
Added contact info to readme and app
Browse files Browse the repository at this point in the history
  • Loading branch information
gotdan committed Apr 30, 2017
1 parent 877bcf3 commit 41cc1e7
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 502 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ To reduce load time, FRED uses a simplified copy of the (>15mb!) JSON FHIR resou
## About
FRED is a project of [SMART Health IT](http://smarthealthit.org), a joint effort of the not-for-profit institutions, Boston Children’s Hospital Computational Health Informatics Program and the Harvard Medical School Department for Biomedical Informatics.
To stay updated on the project follow [@gotdan](https://twitter.com/intent/user?screen_name=gotdan) and [@smarthealthit](https://twitter.com/intent/user?screen_name=smarthealthit) on twitter!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-fred",
"version": "0.4.5",
"version": "0.5.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --config --devtool eval --progress --colors --inline --content-base ./public",
Expand Down
8 changes: 7 additions & 1 deletion public/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ span.fhir-element-value {
background: #ffffcc;
}

.footer {
padding-top: 10px;
border-top: 2px solid #317eac;
margin-top: 20px;
text-align: center;
}

.fhir-resource-title {
padding-top: 10px;
border-bottom: 2px solid #317eac;
Expand All @@ -70,7 +77,6 @@ span.fhir-element-value {
padding-bottom: 8px !important;
}


.fhir-array .fhir-array-complex-wrap:first-child {
margin-top: 0;
}
Expand Down
Loading

0 comments on commit 41cc1e7

Please sign in to comment.