File size: 1,173 Bytes
d3dbf03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.header-logo {
    background-image: url("../images/logo.png");
    background-size: 130px 40px;
    height: 40px;
    width: 130px;
}

@media screen and (min-width: 1100px) {
    .header-logo {
      top: -12px;
    }
  }

  pre {
      white-space: pre;
  }

  @media screen and (min-width: 2000px) {
    .pytorch-content-left {
      width: 1200px;
      margin-left: 30px;
    }
    article.pytorch-article {
      max-width: 1200px;
    }
    .pytorch-breadcrumbs-wrapper {
      width: 1200px;
    }
    .pytorch-right-menu.scrolling-fixed {
      position: fixed;
      top: 45px;
      left: 1580px;
    }
  }


  article.pytorch-article section code {
    padding: .2em .4em;
    background-color: #f3f4f7;
    border-radius: 5px;
  }

  /* Disable the change in tables */
  article.pytorch-article section table code {
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }

  table.autosummary td {
    width: 50%
  }

  img.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  article.pytorch-article p.rubric {
    font-weight: bold;
  }