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

markdown img max-width

This commit is contained in:
slene
2014-03-23 17:22:14 +08:00
parent d786a74a9f
commit 406afa3c32

View File

@@ -175,6 +175,10 @@
margin-bottom: 0;
}
.markdown img {
max-width: 100%;
}
.markdown .btn {
color: #fff;
}