mirror of https://github.com/zulip/zulip.git
css: Remove Bootstrap strong/em reset.
These roughly match the user-agent stylesheet; some browsers do `font-weight: bolder` instead for strong, but the difference shouldn't be important for us.
This commit is contained in:
parent
0ebcdf6838
commit
3619fb2c29
|
@ -207,12 +207,6 @@ p {
|
|||
small {
|
||||
font-size: 85%;
|
||||
}
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
cite {
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue