de-emphasize categories on mobile a bit

This commit is contained in:
Jeff Atwood 2015-03-15 02:23:18 -07:00
parent 399418e1ff
commit 876d8a5174
2 changed files with 5 additions and 1 deletions

View File

@ -83,3 +83,8 @@ h2#site-text-logo
margin: 0;
margin-left: 10px;
}
// categories should not be bold on mobile; they fight with the topic title too much
.badge-wrapper {
font-weight: normal;
}

View File

@ -305,6 +305,5 @@ button.dismiss-read {
td.main-link {
a.title {
padding: 5px 10px 5px 0;
font-weight: bold;
}
}