Browse Source

Fix top bar on front page font-size as part of Recent theme / extension

pull/40/head
Benjamin Southall 7 years ago
parent
commit
3d7e118050
  1. 5
      templates/themes/recent/recent.css

5
templates/themes/recent/recent.css

@ -143,6 +143,11 @@ p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.ema
border-top: 1px solid #666;
}
div.boardlist a
{
font-size: 12px;
}
div.boardlist
{
color: #0b000f;

Loading…
Cancel
Save