summaryrefslogtreecommitdiff
path: root/EndoForge/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/style.css')
-rw-r--r--EndoForge/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/EndoForge/style.css b/EndoForge/style.css
new file mode 100644
index 0000000..6a09746
--- /dev/null
+++ b/EndoForge/style.css
@@ -0,0 +1,21 @@
1th {
2 text-align: left;
3}
4
5body {
6 max-width: 800px;
7 margin-left:auto;
8 margin-right:auto;
9 padding-left: 1em;
10 padding-right: 1em;
11}
12
13table {
14 width: 100%;
15}
16
17.indexcollastmod {
18 white-space: nowrap;
19 padding-left: 0.75em;
20 padding-right: 0.75em;
21}