From b3a1315803ca10f258dff002528a1e5ee3bce437 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 15 Jul 2018 18:53:05 +0200 Subject: [PATCH] Update css --- static/nryg.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/static/nryg.less b/static/nryg.less index 7940a2fc..2dda02da 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -515,17 +515,24 @@ nav { .wiki { .wiki-content { - border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1); } .wiki-log { font-family: "Consolas", "Source Code Pro", monospace; - border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1); .last-reason { font-style: italic; } } + + .wiki-edit { + border-top: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1); + + h4 { + padding: 0; + margin-top: 8px; + } + } } #edit-css {