From 67ee5d56ec738ab0aa79d44f038d6291c6a9c400 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 27 Jun 2017 17:10:12 -0400 Subject: [PATCH] HTML5 compliancy: use data prefix for custom attributes --- static/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styles/global.css b/static/styles/global.css index 90b0685..5e62012 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -111,7 +111,7 @@ div.collage_image { width: 20%; } -[data-toggle-target], [quote-jump] { +[data-toggle-target], [data-quote-jump] { cursor: pointer; } @@ -143,6 +143,10 @@ button, input[type=button], input[type=submit] { border: none; } +abbr[title] { + text-decoration: none; +} + .line_new { color: green; }