0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-06-02 04:22:50 +02: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; margin-bottom: 0;
} }
.markdown img {
max-width: 100%;
}
.markdown .btn { .markdown .btn {
color: #fff; color: #fff;
} }