diff options
| author | Tim Baxter <32077682+tbaxter-18f@users.noreply.github.com> | 2017-10-28 07:59:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-28 08:01:13 -0400 |
| commit | 6e2ace8c4e186c59f269db4c045dcc5c16191eac (patch) | |
| tree | 67f65780b574fc7fc066cbe10dffc455f7667066 /django | |
| parent | 1b77eb07bbefd866421787d7418eae362a1bea1b (diff) | |
[2.0.x] Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.
Backport of 73241132f21356f44d77ae23511b7eb122cfab2b from master
Diffstat (limited to 'django')
| -rw-r--r-- | django/views/templates/default_urlconf.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index cc9754ba1d..269e396429 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -31,7 +31,7 @@ img { border-style: none; } - .next-step, header { + header { border-bottom: 1px solid #efefef; } svg:not(:root) { @@ -223,16 +223,6 @@ margin: 15px auto 0; color: #747755; } - .next-step { - max-width: 120px; - margin: 150px auto 0; - padding-bottom: 8px; - } - .next-step h5 { - font-size: 12px; - color: #b3b3b3; - font-weight: 300; - } footer { padding: 30px 0; position: fixed; |
