Skip to content

Commit 8f6cfd5

Browse files
committed
Update default-layout.html
1 parent be81258 commit 8f6cfd5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

_layouts/default-layout.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,8 @@
77
.DWT17Note {position: relative; padding: 15px 20px 15px 20px;background: #e5f5ff;border: 1px solid #c7dbe8;color: #4788b3;margin-bottom: 20px;}
88
.DWT17Note i { position: absolute; right: 10px; top: 8px; font-size: 20px; cursor: pointer; }
99
.rightSideMenu.hasNote { padding-top: 168px; }
10-
@media (min-width: 1200px) and (max-width: 1679.98px) {
11-
/* .col-md-3 {
12-
width: 21%;
13-
}
14-
.col-md-9 {
15-
width: 79%;
16-
}
17-
.markdown-body {
18-
width: calc(100% - 212px);
19-
} */
20-
}
10+
.docContainer, .sideBar, .history { visibility: visible; }
11+
#fullTreeMenuListContainer li.expandListStyle > ul { display: block; }
2112
</style>
2213

2314
<body>

0 commit comments

Comments
 (0)