mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/theme/stylesheet.css
This commit is contained in:
commit
dce1c5d4c9
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
Loading…
Add table
Reference in a new issue