diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 197258ed5..cc0b7957b 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -99,28 +99,18 @@ {% endif %}
-
-
- -
-
- - -
-
- + diff --git a/static/css/ietf.css b/static/css/ietf.css index 87824649c..666e4956d 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -338,6 +338,15 @@ table.materials .snippable { padding: 0.2em 0.5em; } +.padded { + padding: 1em 1em; + line-height: 1.4142; +} + +a.padded { + line-height: 2.0; +} + footer { font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif; font-size: 0.7071em;