Skip to content

Commit 87ee674

Browse files
authored
Merge pull request jupyter#155 from cameronoelsen/prompt-fix
Took out right border on install prompt
2 parents d2092a0 + eb3a162 commit 87ee674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/logo-nav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ body {
243243
background-color: #FAFAFA;
244244
border-bottom-color: #BDBDBD;
245245
border-left-style: none;
246-
border-right-style: none;
247246
border-style: solid;
248247
border-top-color: #BDBDBD;
249248
border-width: thin;
249+
border-right: 0px;
250250
padding: 4px 0 24px 0;
251251
text-align: center;
252252
}

0 commit comments

Comments
 (0)