1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/14103] Reset text-decoration in abbr element

PHPBB3-14103
This commit is contained in:
cyberalien
2015-08-15 13:57:48 +03:00
parent e466318dc2
commit d89c952955
3 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
abbr {
text-decoration: none;
}
/* General Markup Styles
---------------------------------------- */

View File

@@ -15,6 +15,10 @@
padding: 0;
}
abbr {
text-decoration: none;
}
html {
font-size: 100%;
}