We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009a1c7 commit 33592f1Copy full SHA for 33592f1
testproj/testproj/static/css/style.css
@@ -0,0 +1,25 @@
1
+body {
2
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3
+ line-height: 1.42857143;
4
+ color: #333;
5
+}
6
+table {
7
+ border-spacing: 0;
8
+ border-collapse: collapse;
9
10
+thead > tr > th {
11
+ vertical-align: bottom;
12
+ border-bottom: 2px solid #ddd;
13
+ text-align: left;
14
15
+thead > tr > th > a {
16
+ text-decoration: none;
17
18
+thead > tr > th > a:visited {
19
+ color: inherit;
20
21
+tr > th,
22
+tr > td {
23
+ padding: 8px;
24
25
0 commit comments