remove right padding from topic list titles

This commit is contained in:
Jeff Atwood 2014-10-13 02:49:22 -07:00
parent ad4994ff0b
commit 3a571997a0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
.main-link {
font-size: 16px;
a.title {
padding: 15px 10px 15px 0;
padding: 15px 0;
}
}