Skip to content

Commit 7cb2d5e

Browse files
committed
fix date and link layout of release pages
1 parent 4d2615c commit 7cb2d5e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_assets/borg.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,13 @@ ul > li > p {
132132

133133
a {
134134
text-decoration: none;
135+
}
136+
137+
main > dl > dt {
138+
float: left;
139+
font-weight: bold;
140+
}
141+
142+
main > dl > dd {
143+
margin-left: 4.5rem;
135144
}

0 commit comments

Comments
 (0)