From 2ec1a56b4f87f3ce895842d1b2c0eecc5ca0ba19 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 14 Apr 2015 09:16:51 +0000 Subject: [PATCH] Removed all subsection horizontal lines from the document meta tables, on suggestion from mnot@pobox.com. Addresses issue #1659. - Legacy-Id: 9487 --- ietf/templates/doc/document_charter.html | 6 +++--- .../doc/document_conflict_review.html | 2 +- ietf/templates/doc/document_draft.html | 10 +++++----- ietf/templates/doc/document_status_change.html | 2 +- static/css/ietf.css | 18 ++++++++++++++++++ 5 files changed, 28 insertions(+), 10 deletions(-) diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html index 7c36ba71a..75aaf25f8 100644 --- a/ietf/templates/doc/document_charter.html +++ b/ietf/templates/doc/document_charter.html @@ -24,7 +24,7 @@ - + Document @@ -84,7 +84,7 @@ - + WG @@ -97,7 +97,7 @@ - + IESG diff --git a/ietf/templates/doc/document_conflict_review.html b/ietf/templates/doc/document_conflict_review.html index 682335cad..7200e353a 100644 --- a/ietf/templates/doc/document_conflict_review.html +++ b/ietf/templates/doc/document_conflict_review.html @@ -20,7 +20,7 @@ - + Document diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index dbc5b6b56..f88068a53 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -31,7 +31,7 @@ - + Document @@ -146,7 +146,7 @@ {% endif %} - + Stream @@ -243,7 +243,7 @@ {% endif %} - + IESG @@ -329,7 +329,7 @@ {% if iana_review_state %} - + IANA @@ -360,7 +360,7 @@ {% endif %} - + {% if rfc_editor_state %} diff --git a/ietf/templates/doc/document_status_change.html b/ietf/templates/doc/document_status_change.html index 50abb0fb3..67deb7070 100644 --- a/ietf/templates/doc/document_status_change.html +++ b/ietf/templates/doc/document_status_change.html @@ -79,7 +79,7 @@ - + IESG diff --git a/static/css/ietf.css b/static/css/ietf.css index f2703f9fb..7113b501b 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -351,3 +351,21 @@ footer { font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif; font-size: 0.7071em; } + +/* This applies to the top navbar submenu popouts*/ +/* +.nav.navbar-nav .dropdown-submenu ul { + +} +*/ +/* This applies to the side menubar submenu popouts */ +/* +.nav.nav-stacked .dropdown-submenu ul { + +} +*/ + + +tbody.plain tr th { border-top: 0; text-align: right } +tbody.plain tr:first-child th { border-top: 0; text-align: left } +tbody.plain tr td { border-top: 0; }