diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-03-15 11:27:41 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-03-15 11:27:41 +0100 |
commit | f55cd70b2b3c3ccd96fbd27f7f8e5f66e8e7c5a0 (patch) | |
tree | 1c8f237e2f5499593445a4a52db986dc0e720962 | |
parent | 9ab4e2a80eea27bfb92df03f2232b169978449e4 (diff) |
Increase peering policy font size.
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 8ac6492..d0f1b92 100644 --- a/css/style.css +++ b/css/style.css @@ -54,7 +54,7 @@ body { margin-left: auto; margin-right: auto; } -#description-help, #parameter-help { +#description-help, #parameter-help, #peering-policy { font-size: 1.3em; } kbd { |