diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-08-27 23:12:09 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-08-28 00:03:08 -0400 |
commit | 6702e7412828729c7a5df776d014f25deabf2274 (patch) | |
tree | 6a31c4d1e13aae59634bf941e3dd62855c0f7d77 /docs/source/_templates/indexcontent.html | |
parent | b50a15e6d705a2eead061618f84bdc066ec5c6f4 (diff) | |
download | librambutan-6702e7412828729c7a5df776d014f25deabf2274.tar.gz librambutan-6702e7412828729c7a5df776d014f25deabf2274.zip |
docs: initial rambutan theme
Still needs bundled fonts and polish.
Diffstat (limited to 'docs/source/_templates/indexcontent.html')
-rw-r--r-- | docs/source/_templates/indexcontent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html index b4410c3..d1bb65b 100644 --- a/docs/source/_templates/indexcontent.html +++ b/docs/source/_templates/indexcontent.html @@ -35,7 +35,7 @@ changes that are new in {{ release }}.</p> <table class="contents-table"> <tr> - <td><p><strong>Getting Started</strong></p> + <td><p>Getting Started</p> <ul> <li><a href="{{ pathto("unix-toolchain") }}">Command-Line Toolchain</a></li> @@ -43,7 +43,7 @@ changes that are new in {{ release }}.</p> </td> </tr> <tr> - <td><p><strong>Programming</strong></p> + <td><p>Programming</p> <ul> <li><a href="{{ pathto("language") }}">Language Reference</a> {{ content_sep }}</li> @@ -63,7 +63,7 @@ changes that are new in {{ release }}.</p> Compatibility</a></li> </ul> </td> - <td><p><strong>Hardware and Peripherals</strong></p> + <td><p>Hardware and Peripherals</p> <ul> <li><a href="{{ pathto("stm32") }}">STM32</a> {{ content_sep }}</li> |