diff --git a/docs/docs.org b/docs/docs.org index 11c2ba9..985311d 100644 --- a/docs/docs.org +++ b/docs/docs.org @@ -638,6 +638,9 @@ h5 { h6 { font-size: 1em; } +footer { + font-size: 0.5em; } + small, sub, sup { font-size: 75%; } diff --git a/network_inventory/static/inventory/css/inventory.css b/network_inventory/static/inventory/css/inventory.css index 4f2df71..0a9b7ee 100644 --- a/network_inventory/static/inventory/css/inventory.css +++ b/network_inventory/static/inventory/css/inventory.css @@ -56,6 +56,9 @@ h5 { h6 { font-size: 1em; } +footer { + font-size: 0.5em; } + small, sub, sup { font-size: 75%; }