-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mostly working new summary and dynamic Krona install
- Loading branch information
Brian Ondov
committed
Oct 19, 2012
1 parent
b8b4e7f
commit 3ba5173
Showing
22 changed files
with
635 additions
and
9,623 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<head> | ||
<style> | ||
|
||
#bigPicture | ||
{ | ||
width:100%; | ||
height:100%; | ||
background:url(ContigSizes.png); | ||
background-size:contain; | ||
background-repeat:no-repeat; | ||
background-position:center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body style="margin:0px"> | ||
<div id="bigPicture"> | ||
</div> | ||
</body> |
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,19 @@ | ||
<head> | ||
<style> | ||
|
||
#bigPicture | ||
{ | ||
width:100%; | ||
height:100%; | ||
background:url(ORFSizes.png); | ||
background-size:contain; | ||
background-repeat:no-repeat; | ||
background-position:center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body style="margin:0px"> | ||
<div id="bigPicture"> | ||
</div> | ||
</body> |
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,19 @@ | ||
<head> | ||
<style> | ||
|
||
#bigPicture | ||
{ | ||
width:100%; | ||
height:100%; | ||
background:url(SCFORFSizes.png); | ||
background-size:contain; | ||
background-repeat:no-repeat; | ||
background-position:center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body style="margin:0px"> | ||
<div id="bigPicture"> | ||
</div> | ||
</body> |
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,19 @@ | ||
<head> | ||
<style> | ||
|
||
#bigPicture | ||
{ | ||
width:100%; | ||
height:100%; | ||
background:url(ScaffoldSizes.png); | ||
background-size:contain; | ||
background-repeat:no-repeat; | ||
background-position:center; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body style="margin:0px"> | ||
<div id="bigPicture"> | ||
</div> | ||
</body> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.