Browse Source

fixed CSS bug, hopefully

pull/40/head
Michael Save 12 years ago
parent
commit
7d61dcc414
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

@ -325,6 +325,7 @@ hr {
border: none; border: none;
border-top: 1px solid #B7C5D9; border-top: 1px solid #B7C5D9;
height: 0px; height: 0px;
clear: left;
} }
div.boardlist { div.boardlist {
color: #89A; color: #89A;

Loading…
Cancel
Save