Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}
.huge {overflow:auto;}
</style>
<div class="row">
<div class="col-lg-12">
Expand Down Expand Up @@ -152,7 +153,7 @@ <h1 class="page-header">Sponsored Bug Hunts
</div>
<a href="https://www.owasp.org/index.php/Bug_Bounty_Projects" target="_new">
<div class="panel-footer">
<span class="pull-left" style="color:#234082">View Details</span>
<span class="pull-left" style="color:#234082">View Website</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right" style="color:#234082"></i></span>
<div class="clearfix"></div>
</div>
Expand Down Expand Up @@ -282,4 +283,4 @@ <h1 class="page-header">Get started by finding issues on <a class="btn btn-lg" s
$(window).resize(function() {responsiveVideo();});
$('#btn').on('click', function() { $("#form1").valid(); });
</script>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion website/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2 class="page-header"> {{object.description}} <span class="pull-right"><i clas
<div class="col-lg-12">
Screenshot:
<hr>
<img src="{{object.screenshot.url}}" style=" border: 1px solid #d43f3a;">
<img src="{{object.screenshot.url}}" style=" border: 1px solid #d43f3a;width:90%;height:90%;">
<hr>
</div>
<div class="col-lg-12">
Expand Down