aboutsummaryrefslogtreecommitdiff
path: root/tools/github-projects.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/github-projects.py')
-rw-r--r--tools/github-projects.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/github-projects.py b/tools/github-projects.py
index ff890f6..bf3f9dc 100644
--- a/tools/github-projects.py
+++ b/tools/github-projects.py
@@ -58,15 +58,15 @@ def generate_markdown_file(include_repositories):
58 file.write("</div>") 58 file.write("</div>")
59 file.write(DOUBLE_NL) 59 file.write(DOUBLE_NL)
60 60
61 file.write(DOUBLE_NL) 61 # file.write(DOUBLE_NL)
62 file.write("<style>\n") 62 # file.write("<style>\n")
63 file.write(".project-release table tr td:last-child { text-align: right; }\n") 63 # file.write(".project-release table tr td:last-child { text-align: right; }\n")
64 file.write(".project-release table tr th:last-child { text-align: right; }\n") 64 # file.write(".project-release table tr th:last-child { text-align: right; }\n")
65 file.write(".project-list ul { column-count: 3; column-gap: 3em; }\n") 65 # file.write(".project-list ul { column-count: 3; column-gap: 3em; }\n")
66 file.write(".github-link p { display: flex; align-items: center; gap: 0.3em; }\n") 66 # file.write(".github-link p { display: flex; align-items: center; gap: 0.3em; }\n")
67 file.write(".github-link p img { border: 0; padding: 0; height: 15px; }\n") 67 # file.write(".github-link p img { border: 0; padding: 0; height: 15px; }\n")
68 file.write("</style>") 68 # file.write("</style>")
69 file.write(DOUBLE_NL) 69 # file.write(DOUBLE_NL)
70 70
71 file.close() 71 file.close()
72 72