Author: alfsb (alfsb)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2023-08-18T12:34:12+01:00

Commit: 
https://github.com/php/web-php/commit/64efd46488037adbbb9f4478521594a8553b0213
Raw diff: 
https://github.com/php/web-php/commit/64efd46488037adbbb9f4478521594a8553b0213.diff

Remove double underline on abbr (#800)

Co-authored-by: André L F S Bacci <a...@php.net>

Changed paths:
  M  styles/theme-base.css
  M  styles/theme-medium.css


Diff:

diff --git a/styles/theme-base.css b/styles/theme-base.css
index ffe68c693..69866024a 100644
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -387,9 +387,9 @@ blockquote {
 }
 
 abbr {
-    border-bottom:1px dotted;
     cursor: help;
 }
+
 a {
     text-decoration:none;
 }
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index 54eda1afa..1dc7a9130 100644
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -19,10 +19,6 @@ html {
   border-right:.25rem solid #666;
 }
 
-abbr {
-  border-color: var(--medium-blue-color);
-}
-
 h1, h2, h3, h4, h5, h6 {
   font-weight: 500;
   color: var(--content-text-color)

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to