File: custom.css

package info (click to toggle)
pyerfa 2.0.1.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,708 kB
  • sloc: ansic: 13,642; python: 5,786; makefile: 25
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;
}