Skip to content

Commit

Permalink
banner image and retina support
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillef committed Nov 25, 2015
1 parent 7473933 commit a1efac5
Show file tree
Hide file tree
Showing 5 changed files with 2,610 additions and 2,083 deletions.
11 changes: 7 additions & 4 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
/* This is custom stylesheet specifically for Developer-ReCap-Autodesk.github.io */
.app-api-section {
margin-bottom: 30px;
margin-bottom: 30px;
}

.center {
text-align: center;
text-align: center;
}

#dropAreaContainer {
margin-left:auto;
margin-right:auto;
margin-left: auto;
margin-right: auto;
}

.mybutton {
Expand All @@ -24,6 +26,7 @@
padding-right: 20px;
font: inherit;
}

.credentials .app-type label {
display: inline-block;
width: auto;
Expand Down
Loading

0 comments on commit a1efac5

Please sign in to comment.