Don't overwrite max-width for wy-nav-content
This commit is contained in:
parent
90d49cec5a
commit
07a4fe1b0d
2 changed files with 17 additions and 3 deletions
|
@ -118,9 +118,6 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
|
|||
#search-box-id {
|
||||
padding-right: 25px;
|
||||
}
|
||||
.wy-nav-content {
|
||||
max-width: 1024px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
|
|
@ -4617,3 +4617,20 @@ span[id*='MathJax-Span'] {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.search-reset-start {
|
||||
color: #463E3F;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -25px;
|
||||
left: -10px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.search-reset-start:hover {
|
||||
cursor: pointer;
|
||||
color: #2980B9;
|
||||
}
|
||||
|
||||
#search-box-id {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue