projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c82bee0
)
Removed cursive font in quotes
author
Sascha Greuel
<github@1-2.dev>
Sun, 17 Apr 2022 13:27:45 +0000
(15:27 +0200)
committer
GitHub
<noreply@github.com>
Sun, 17 Apr 2022 13:27:45 +0000
(15:27 +0200)
See https://www.woltlab.com/community/thread/295216-kursivschrift-in-zitaten-entfernen
wcfsetup/install/files/style/bbcode/quote.scss
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/bbcode/quote.scss
b/wcfsetup/install/files/style/bbcode/quote.scss
index 14ee632509b26aef49607707f87bb660ae6c2b6b..434c2f5a2a751cb2d4f8520bfa96ba02862dd334 100644
(file)
--- a/
wcfsetup/install/files/style/bbcode/quote.scss
+++ b/
wcfsetup/install/files/style/bbcode/quote.scss
@@
-5,7
+5,7
@@
woltlab-quote,
border-radius: 2px;
clear: both;
display: block;
- font-style:
italic
;
+ font-style:
normal
;
margin: 1em 0;
overflow: hidden;
@@
-22,11
+22,6
@@
woltlab-quote,
}
}
- kbd,
- .codeBoxCode {
- font-style: normal;
- }
-
@include screen-md-up {
padding: 20px;
}