-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
138 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ Protocol {#protocol} | |
|
||
Dhyara Commnunication Protocol | ||
|
||
[TOC] | ||
|
||
Routing Table | ||
-------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
* Frank Enderle <[email protected]> | ||
*/ | ||
|
||
:root { | ||
--fg: #00732f; | ||
--bg: #f6f6f6; | ||
} | ||
|
||
body, table, div, p, dl { | ||
font: 400 13px/1.3 Verdana,DejaVu Sans,Geneva,sans-serif; | ||
} | ||
|
@@ -850,12 +855,14 @@ dl.citelist dd { | |
} | ||
|
||
div.toc { | ||
background-color: #f6f6f6 !important; | ||
} | ||
|
||
div.toc li { | ||
} | ||
|
||
div.toc h3 { | ||
color: #00732f !important; | ||
} | ||
|
||
div.toc ul { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters