aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/cppreference_wide.css
blob: 38f9b7bebca9fe9d740e33670dd313d756f1a32c (plain) (blame)
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
@-moz-document domain("cppreference.com") {
  body {
    width: 95%;
    max-width: 95%;
    font-size: 19px;
    padding: 1%;
    border: thick;
    margin: 1%;
  }

  head {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    padding: 0px;
    border: 0px;
    margin: 0px;
  }

  div#content {
    width: 99%;
    max-width: 99%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 1%;
    border: none;
  }
}