From 9f47510eb939f79d779efb413a3378b28f5ca8b9 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Wed, 22 Jul 2015 09:53:15 +0200 Subject: [PATCH] Impr todo & removed tr hover (theme incompatibility) --- style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index d24f526..ea4d3b7 100644 --- a/style.css +++ b/style.css @@ -32,15 +32,12 @@ todo::before{ content: "TODO"; background-color: #0FF; font-weight: bold; - padding: 2px; - margin-right: 5px; + padding: 0 5px; +} +todo{ + border: solid 1px #F00; } pre{ border-left: 4px solid #A49C8E !important; -} - - -tbody tr:hover{ - background-color: #FBFBFB !important; } \ No newline at end of file