I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 657b37d1 authored by idk's avatar idk
Browse files

Specify wider margin for images in unordered lists

parent cd0dab41
No related branches found
No related tags found
No related merge requests found
...@@ -569,6 +569,11 @@ div#content .inner ul.DREAD { ...@@ -569,6 +569,11 @@ div#content .inner ul.DREAD {
padding-right: 1.3rem; padding-right: 1.3rem;
} }
#post li img {
display: inline-block;
margin-right: 50%;
}
#post .section { #post .section {
overflow: auto; overflow: auto;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment