From 131b622427b3c739ada047d3492e67cec524a9ac Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 17 Jul 2019 00:38:17 -0600 Subject: [PATCH] add right position of listing block annotation (source language) --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 9944129..4ab1b01 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -508,7 +508,7 @@ text-transform: uppercase; position: absolute; top: 0.25rem; - right: 0.5rem; + right: 0.25rem; } .doc .listingblock:hover code[data-lang]::before { -- 2.11.0