| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -598,6 +598,10 @@ | |||
| 598 | 598 | 'height', | |
| 599 | 599 | 'letter-spacing', | |
| 600 | 600 | 'line-height', | |
| 601 | + 'max-height', | ||
| 602 | + 'min-height', | ||
| 603 | + 'max-width', | ||
| 604 | + 'min-width', | ||
| 601 | 605 | 'overflow', | |
| 602 | 606 | 'pause', | |
| 603 | 607 | 'pause-after', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,8 +133,8 @@ | |||
| 133 | 133 | ||
| 134 | 134 | { | |
| 135 | 135 | "name": "platypus", | |
| 136 | - "input": "<a href=\"http://www.ragingplatypus.com/\" style=\"display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; background-color:black; background-image:url(http://www.ragingplatypus.com/i/cam-full.jpg); background-x:center; background-y:center; background-repeat:repeat;\">never trust your upstream platypus</a>", | ||
| 137 | - "output": "<a href='http://www.ragingplatypus.com/' style='display: block; width: 100%; height: 100%; background-color: black; background-x: center; background-y: center;'>never trust your upstream platypus</a>" | ||
| 136 | + "input": "<a href=\"http://www.ragingplatypus.com/\" style=\"display:block; position:absolute; left:0; top:0; width:100%; height:100%; min-height: 12px; max-height:1800px; min-width:12pt; max-width:3000rem; z-index:1; background-color:black; background-image:url(http://www.ragingplatypus.com/i/cam-full.jpg); background-x:center; background-y:center; background-repeat:repeat;\">never trust your upstream platypus</a>", | ||
| 137 | + "output": "<a href='http://www.ragingplatypus.com/' style='display: block; width: 100%; height: 100%; min-height: 12px; max-height: 1800px; min-width: 12pt; max-width: 3000rem; background-color: black; background-x: center; background-y: center;'>never trust your upstream platypus</a>" | ||
| 138 | 138 | }, | |
| 139 | 139 | ||
| 140 | 140 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments