forked from finos/morphir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request finos#3 from mcleo-d/move-media-to-home
Update HTML and CSS for Morphir Homepage Media
- Loading branch information
Showing
10 changed files
with
23,216 additions
and
10,598 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,5 +1,6 @@ | ||
--- | ||
id: scala-api | ||
title: Scala API Guide | ||
--- | ||
|
||
|
||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,29 +1,12 @@ | ||
.mediaPanel { | ||
box-sizing: border-box; | ||
float: left; | ||
line-height: 26.4px; | ||
/* display:table-cell; */ | ||
/* margin-left: auto; */ | ||
/* border-collapse: collapse; */ | ||
/* list-style: list-style-image; */ | ||
/* margin: 0 auto; */ | ||
/* display:block; */ | ||
/* overflow:auto; | ||
float: none; | ||
position: static; | ||
z-index: auto; */ | ||
} | ||
.videoContainer{ | ||
margin: auto; | ||
border: 15px solid black; | ||
.videoContainer { | ||
width:100%; | ||
padding: 15px; | ||
} | ||
.descriptionContainer{ | ||
float:none; | ||
} | ||
img{ | ||
width: 250pt; | ||
|
||
.descriptionContainer { | ||
float:none; | ||
} | ||
a{ | ||
width: 478.2; | ||
|
||
.videoContainer img { | ||
border: 1px solid black; | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|