File: theme_overrides.css

package info (click to toggle)
hdmf 3.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,380 kB
  • sloc: python: 34,738; makefile: 303; sh: 35
file content (16 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.wy-side-nav-search .wy-dropdown>a.icon img.logo, .wy-side-nav-search>a.icon img.logo {
  width: 150px;
}

.wy-nav-content {
  max-width: 1000px !important;
}

button.copybtn {
    height:25px;
    width:25px;
    opacity: 0.5;
    padding: 0;
    border: none;
    background: none;
}