make #tip formatting universal
This commit is contained in:
parent
077a100247
commit
8670c8fb54
2 changed files with 4 additions and 4 deletions
|
@ -11,3 +11,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
#author {
|
#author {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tip {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
|
@ -4,7 +4,3 @@
|
||||||
font-size: 175% !important;
|
font-size: 175% !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tip {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue