Add BEP & discovery protocols

This commit is contained in:
Jakob Borg
2015-09-22 23:30:39 +02:00
parent afce1b8cd3
commit ebb98a13e2
4 changed files with 1080 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
/* These don't get the default font size from the theme for whatever reason. */
.rst-content blockquote, .rst-content li, .rst-content dd, .rst-content dt {
font-size: 18px;
line-height: 27px;
.rst-content blockquote, .rst-content li, .rst-content dd, .rst-content dt, .rst-content th, .rst-content td {
font-size: 18px !important;
line-height: 27px !important;
}
/* The theme sets this to 75% which seems to small to me. */
.rst-content code {