1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #7377 from aabadie/doc_application_syntax_color

doc: restore syntax highlight in C snippet + increase padding of code fragments
This commit is contained in:
Martine Lenders 2017-07-17 19:03:17 +02:00 committed by GitHub
commit b098ef7baa
3 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ priorities - is the first thread that runs and calls the `main()` function.
This function needs to be defined in the source code of the application
(typically located in `main.c`).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.c}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.c}
#include <stdio.h>
int main(void)

View File

@ -197,6 +197,7 @@ div.fragment {
font-size: 14px;
line-height: 1.42857143;
margin: 0 0 10px;
padding: 10px;
overflow: visible;
page-break-inside: avoid;
word-break: break-all;

View File

@ -185,6 +185,7 @@ div.fragment {
font-size: @font-size-base;
line-height: @line-height-base;
margin: 0 0 10px;
padding: 10px;
overflow: visible;
page-break-inside: avoid;
word-break: break-all;