From 383a916eb5a42b90bf47f9416598ab45590adb7d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Fri, 3 Oct 2014 12:15:57 +0200 Subject: [PATCH] Issue #2263975 by mgifford: Fixed Check for proper use of CSS Outline in Bartik. --- core/themes/bartik/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 9deef512c8f6..e53c10d4029e 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -7,7 +7,6 @@ body { margin: 0; padding: 0; border: 0; - outline: 0; } a { text-decoration: none; @@ -53,9 +52,6 @@ p { del { text-decoration: line-through; } -img { - outline: 0; -} /** * The generic monospace font family is listed before Courier new to avoid a -- GitLab