Skip to content

Commit e810986

Browse files
committed
Updated styles
1 parent 9eff230 commit e810986

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

res/doc/css/style.css

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ body {
2121
text-rendering: optimizeLegibility;
2222
}
2323

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+
2440
::-webkit-scrollbar-button {
2541
background-image: url('');
2642
background-repeat: no-repeat;
@@ -58,16 +74,6 @@ body {
5874
text-shadow: none;
5975
}
6076

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-
}*/
7177
h1 {
7278
text-align: left;
7379
font-size: 20px;

0 commit comments

Comments
 (0)