From 06e15973fdf871817cff9cc7f4e9c446001aa766 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 18 Nov 2023 20:03:54 -0500 Subject: [PATCH] Don't auto-indent doc headings It looks bad if there are newlines in there --- crates/docs/src/static/styles.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/docs/src/static/styles.css b/crates/docs/src/static/styles.css index cdf9069f07..bb6064444d 100644 --- a/crates/docs/src/static/styles.css +++ b/crates/docs/src/static/styles.css @@ -80,14 +80,6 @@ table tr td { margin-bottom: 24px; padding: 8px 16px; border-left: 2px solid var(--violet); - /* Negative indent plus padding means all lines after the first will be indented. */ - text-indent: -3.15em; - padding-left: 4em; -} - -.entry-name a { - position: relative; - left: 3.6rem; } .entry-name a {