Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 39d4ff7

Browse files
authored
Make blue border at the bottom of the black header full-width (#17)
1 parent 9f5f909 commit 39d4ff7

File tree

1 file changed

+3
-5
lines changed
  • tech_docs_template/assets/stylesheets

1 file changed

+3
-5
lines changed

tech_docs_template/assets/stylesheets/extra.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
/* Configure the header */
4242
.md-header{
4343
box-shadow: none;
44-
}
45-
46-
.md-header__inner {
4744
border-bottom: 10px solid;
4845
border-bottom-color: #1d70b8;
4946
}
@@ -112,10 +109,11 @@
112109
.md-tabs {
113110
color: #1d70b8;
114111
background-color: #f8f8f8;
115-
/* border-top: 10px solid; */
116-
/* border-top-color: #1d70b8; */
112+
border-top: 10px solid;
113+
border-top-color: #1d70b8;
117114
border-bottom: 1px solid;
118115
border-bottom-color: #b1b4b6;
116+
margin-bottom: -10px; /* Hide the border on .md-header */
119117
line-height: 1;
120118
}
121119

0 commit comments

Comments
 (0)