diff --git a/static/style.css b/static/style.css index d396c15..deb2a5c 100644 --- a/static/style.css +++ b/static/style.css @@ -1076,9 +1076,9 @@ a:hover { text-decoration: underline; text-shadow: var(--glow-amber); } letter-spacing: 0; } -/* SFP port (in rows — slightly narrower to suggest cage) */ +/* SFP port (in rows) — width overridden to 34px further down */ .switch-port-block.sfp-port { - width: 28px; + width: 34px; height: 38px; font-size: .55em; } @@ -2006,9 +2006,10 @@ a:hover { text-decoration: underline; text-shadow: var(--glow-amber); } letter-spacing: .04em; border-left-width: 3px; } -/* SFP port in rows */ +/* SFP port in rows — same width as copper ports so all-SFP switches + (e.g. USW-Agg / USL8A) don't appear narrower than other switches */ .switch-port-block.sfp-port { - width: 26px; + width: 34px; height: 40px; font-size: .55em; border-left-width: 2px; diff --git a/templates/index.html b/templates/index.html index 6d3993d..81b3fd9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -62,47 +62,47 @@ - -