style globaux
This commit is contained in:
parent
26ac7e57a0
commit
e6a8417b37
@ -1194,9 +1194,12 @@ a {
|
|||||||
.ext {
|
.ext {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
strong {
|
strong, b {
|
||||||
font-weight: 600; }
|
font-weight: 600; }
|
||||||
|
|
||||||
|
i, em {
|
||||||
|
font-style: italic; }
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -90,9 +90,12 @@ a{
|
|||||||
.ext{
|
.ext{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
strong{
|
strong, b{
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
i, em{
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
//TEMP
|
//TEMP
|
||||||
iframe{
|
iframe{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user