mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge remote-tracking branch 'origin/zhongwei' into zhongwei
This commit is contained in:
commit
d50539d13b
1 changed files with 4 additions and 1 deletions
|
|
@ -70,7 +70,10 @@ p { margin-top: 1em;
|
|||
margin-bottom: 1em;}
|
||||
|
||||
strong, b {font-weight: bold;}
|
||||
em, i {font-style: italic;}
|
||||
em, i {
|
||||
font-style: italic;
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
/* Lists */
|
||||
ul {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue