Make it a little easier to style the forge page and to view

horizontal lines at all.
This commit is contained in:
Thomas Keller
2011-12-27 04:01:28 +01:00
parent fb88c08e85
commit 5bcd4e1855
2 changed files with 7 additions and 1 deletions

View File

@@ -340,7 +340,11 @@ a.label {
white-space: nowrap;
}
hr { visibility: hidden; }
hr {
height: 1px;
border: 0;
background: #e6e6e6;
}
hr.attach {
visibility: visible;