mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #3832 from cyberalien/ticket/14103
[ticket/14103] Reset text-decoration in abbr element
This commit is contained in:
commit
dcf12cad26
3 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
font-size: 100%;
|
||||
}
|
||||
|
||||
abbr {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body, div, p, th, td, li, dd {
|
||||
font-size: x-small;
|
||||
voice-family: "\"}\"";
|
||||
|
|
|
@ -43,6 +43,9 @@ table {
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
abbr {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* General Markup Styles
|
||||
---------------------------------------- */
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
abbr {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue