File: custom.css

package info (click to toggle)
pyerfa 2.0.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,756 kB
  • sloc: ansic: 13,634; python: 5,824; makefile: 29; sh: 7
file content (18 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import '../bootstrap-astropy.css';

/*
div.topbar ul li a.homelink:hover {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
}
*/

div.topbar ul li a.homelink {
  visibility: hidden;
}

div.topbar a.brand {
  padding-left: 12px;
  background: none;
  background-image: none;
}