Skip to content

Commit ccb78d2

Browse files
committed
border-color > border
1 parent 101d987 commit ccb78d2

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/styles

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nav.main .current {
107107
border-bottom-color: #000;
108108
}
109109
nav.main .separator {
110-
border-color: 1px solid #000;
110+
border: 1px solid #000;
111111
}
112112
a {
113113
color: #000;

0 commit comments

Comments
 (0)