Skip to content
Snippets Groups Projects
Commit d1168bf0 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #863912 by aspilicious: Bartik comment links look a bit floaty.

parent d471a76a
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,9 @@ ul.tips {
margin-right: 40px;
margin-left: 0;
}
#comments ul.links li {
padding: 0 0 0.5em;
}
/* -------------- Password Meter ------------- */
......
......@@ -557,6 +557,12 @@ h1#page-title,
#comments .indented {
margin-left: 40px; /* LTR */
}
#comments ul.links {
padding: 0 0 0.25em 0;
}
#comments ul.links li {
padding: 0 0.5em 0 0; /* LTR */
}
/* ------------------ Sidebar ----------------- */
......
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