summaryrefslogtreecommitdiff
path: root/EndoForge/src/style.css
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-24 17:07:52 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-24 17:07:52 -0400
commitdc851051f5cc2b7f42214ec0ae890d68a6209a7b (patch)
tree978fe6a4559baec49ee6da0ed21dec425f74295a /EndoForge/src/style.css
parent7ef777c67cd54ee9adb77da03a6ef1bd62c69e25 (diff)
move style.css
Diffstat (limited to 'EndoForge/src/style.css')
-rw-r--r--EndoForge/src/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/EndoForge/src/style.css b/EndoForge/src/style.css
new file mode 100644
index 0000000..6a09746
--- /dev/null
+++ b/EndoForge/src/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}