We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff230 commit e810986Copy full SHA for e810986
res/doc/css/style.css
@@ -21,6 +21,22 @@ body {
21
text-rendering: optimizeLegibility;
22
}
23
24
+table, tr, th, td {
25
+ border: 1px solid #d8dadc;
26
+}
27
+
28
+table {
29
+ border-collapse: collapse;
30
31
32
+td {
33
+ padding: 6px;
34
35
36
+th {
37
+ background-color: #373944;
38
39
40
::-webkit-scrollbar-button {
41
background-image: url('');
42
background-repeat: no-repeat;
@@ -58,16 +74,6 @@ body {
58
74
text-shadow: none;
59
75
60
76
61
-/*body div {
62
- padding: 8px;
63
- background-color: rgba(255, 255, 255, 0.75);
64
- text-align: justify;
65
- text-justify: inter-word;
66
-}*/
67
-/*h1 {
68
- margin-top: 0px;
69
- text-align: left;
70
71
77
h1 {
72
78
text-align: left;
73
79
font-size: 20px;
0 commit comments