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

Skip to content
Snippets Groups Projects
Commit 85bdf3e0 authored by str4d's avatar str4d
Browse files

Fix dl.meta styling

parent 7d57256c
No related branches found
No related tags found
No related merge requests found
...@@ -248,6 +248,14 @@ div#content .inner .meta { ...@@ -248,6 +248,14 @@ div#content .inner .meta {
text-align: center; text-align: center;
} }
div#content .inner dl.meta {
text-align: left;
}
div#content .inner dl.meta dt {
clear: none;
}
div#content .content-inner { div#content .content-inner {
padding: 1em 2em; padding: 1em 2em;
} }
......
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