Mercurial > hg > CbC > CbC_llvm
annotate docs/_templates/layout.html @ 111:3e4d254d74d9
resolve some warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2016 19:38:53 +0900 |
parents | 95c75e76d11b |
children |
rev | line source |
---|---|
0 | 1 {% extends "!layout.html" %} |
2 | |
3 {% block extrahead %} | |
4 <style type="text/css"> | |
5 table.right { float: right; margin-left: 20px; } | |
6 table.right td { border: 1px solid #ccc; } | |
7 </style> | |
8 {% endblock %} | |
9 | |
10 {% block rootrellink %} | |
11 <li><a href="http://llvm.org/">LLVM Home</a> | </li> | |
12 <li><a href="{{ pathto('index') }}">Documentation</a>»</li> | |
13 {% endblock %} |