mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/14844] Add CSS classes for strong and italics text to BBCodes
This commit is contained in:
@@ -103,11 +103,19 @@ strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.text-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
i,
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text-italics {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
u {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user