mirror of
https://github.com/greenshot/greenshot
synced 2025-08-25 23:56:12 -07:00
new layout
This commit is contained in:
parent
c904117c59
commit
380ae91083
1 changed files with 11 additions and 2 deletions
|
@ -12,6 +12,15 @@ tags: menu
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(function(){
|
||||||
|
$("#slides").slidesjs({
|
||||||
|
width: 940,
|
||||||
|
height: 528
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue