mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/14103] Reset text-decoration in abbr element
PHPBB3-14103
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abbr {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
body, div, p, th, td, li, dd {
|
body, div, p, th, td, li, dd {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
voice-family: "\"}\"";
|
voice-family: "\"}\"";
|
||||||
|
@@ -43,6 +43,9 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
abbr {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* General Markup Styles
|
/* General Markup Styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
@@ -15,6 +15,10 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abbr {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user