File: custom.css

package info (click to toggle)
einsteinpy 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,712 kB
  • sloc: python: 8,196; makefile: 146
file content (14 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  
@import url("alabaster.css");

body {
    min-width: 100px;
}

div.body{
    min-width: 100px;
}

div.sphinxsidebar ul{
	list-style-type: square;
}