zyhuangnus commited on
Commit
717594f
·
verified ·
1 Parent(s): 4ba6b50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -23
README.md CHANGED
@@ -50,29 +50,41 @@ output_image.save(save_path)
50
  ### Image Reconstruction
51
 
52
  <style>
53
- table {
54
- width: 100%;
55
- border-collapse: collapse;
56
- font-size: 0.9em;
57
- text-align: center;
58
- }
59
- th, td {
60
- padding: 6px 8px;
61
- border: 1px solid #ccc;
62
- }
63
- th {
64
- background-color: #f7f7f7;
65
- font-weight: bold;
66
- }
67
- tr.italic th {
68
- font-style: italic;
69
- text-align: left;
70
- }
71
- .footnote {
72
- font-size: 0.9em;
73
- color: #555;
74
- margin-top: 8px;
75
- }
 
 
 
 
 
 
 
 
 
 
 
 
76
  </style>
77
 
78
  <table>
 
50
  ### Image Reconstruction
51
 
52
  <style>
53
+ body {
54
+ font-family: Arial, sans-serif;
55
+ margin: 20px;
56
+ }
57
+ table {
58
+ width: 100%;
59
+ border-collapse: collapse;
60
+ font-size: 12px;
61
+ }
62
+ th, td {
63
+ border: 1px solid #ccc;
64
+ padding: 6px 8px;
65
+ text-align: center;
66
+ }
67
+ thead th {
68
+ background-color: transparent;
69
+ font-weight: bold;
70
+ }
71
+ .section-row {
72
+ background-color: transparent;
73
+ text-align: center;
74
+ font-style: italic;
75
+ }
76
+ .uparrow {
77
+ font-size: 10px; vertical-align: super;
78
+ }
79
+ .dagger {
80
+ font-size: 10px; color: gray;
81
+ }
82
+ caption {
83
+ font-weight: bold;
84
+ font-size: 14px;
85
+ margin: 10px 0;
86
+ text-align: left;
87
+ }
88
  </style>
89
 
90
  <table>