source:
trunk/workshop-routing-foss4g/_templates/layout.html
@
66
Revision 63, 651 bytes checked in by djay, 13 years ago (diff) |
---|
Line | |
---|---|
1 | <style> |
2 | .toctree-wrapper { |
3 | -webkit-column-count: 2; |
4 | -moz-column-count: 2; |
5 | column-count: 2; |
6 | } |
7 | </style> |
8 | |
9 | {% extends "!layout.html" %} |
10 | {% block sidebarsearch %} |
11 | {{ super() }} |
12 | <h3>License</h3> |
13 | <p style="font-size: 90%; margin-top:2px;">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>.</p> |
14 | <p style="margin:0;"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a></p> |
15 | {% endblock %} |
Note: See TracBrowser
for help on using the repository browser.