1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

modules/base: fix markdown mention regex for #826

- conf/locale: add mew translator profile
This commit is contained in:
Unknwon
2015-02-06 19:15:58 -05:00
parent ddddad9792
commit 0669897226
6 changed files with 86 additions and 82 deletions

View File

@@ -364,6 +364,9 @@ img.avatar-100 {
.markdown table tr:nth-child(2n) {
background-color: #F8F8F8;
}
.markdown p {
margin: 20px 0;
}
.markdown a {
color: #428BCA;
}
@@ -448,9 +451,6 @@ img.avatar-100 {
margin: 15px 0;
border-bottom: 2px solid #EEE;
}
.markdown p {
margin: 20px 0;
}
.markdown blockquote:last-child,
.markdown ul:last-child,
.markdown ol:last-child,