diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-10-29 14:36:03 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-10-29 14:36:03 +1100 |
commit | 3600dd56ee6d7d9bfff3e7f8f8a327e601be5ca3 (patch) | |
tree | bfb57da410b0c9efa789e9d0e8a9d333a064ac61 /project/assets | |
parent | 2a0b860b4febe9af9bcaa07e0b1f64371dd326fb (diff) |
Article for D, Parasail, Pascal, and Rust vs The Steelman added
Diffstat (limited to 'project/assets')
-rw-r--r-- | project/assets/css/steelman.css | 60 | ||||
-rw-r--r-- | project/assets/img/logo_d_small.png | bin | 0 -> 17031 bytes | |||
-rw-r--r-- | project/assets/img/logo_parasail_small.png | bin | 0 -> 12316 bytes | |||
-rw-r--r-- | project/assets/img/logo_pascal_small.png | bin | 0 -> 31309 bytes | |||
-rw-r--r-- | project/assets/img/logo_rust_small.png | bin | 0 -> 4443 bytes |
5 files changed, 60 insertions, 0 deletions
diff --git a/project/assets/css/steelman.css b/project/assets/css/steelman.css new file mode 100644 index 0000000..4123e75 --- /dev/null +++ b/project/assets/css/steelman.css @@ -0,0 +1,60 @@ + + +table { + margin: 2em auto 2em auto; + max-width: 60em; +} + + + + +table#lang { + min-width: 30em; +} + + +table#lang, table#lang td { + border: none; +} + + + + +table#results, table#results th, table#results td { + border: 1px solid gray; + font: 0.9em/1.1em sans-serif; +} + + +table#results td { + text-align: center; +} + + + + +table#appendix, table#appendix th, table#appendix td { + border: 1px solid gray; + font: 0.9em/1.1em sans-serif; +} + + +table#appendix td { + padding: 0.5em 0.2em 0.5em 0.2em; +} + + +table#appendix td#yn { + text-align: center; + height: 1em; +} + + + + +table#results th, table#appendix th { + font-weight: bold; + text-align: center; + padding: 0.5em 0.5em 0.5em 0.5em; +} + diff --git a/project/assets/img/logo_d_small.png b/project/assets/img/logo_d_small.png Binary files differnew file mode 100644 index 0000000..c0ed68a --- /dev/null +++ b/project/assets/img/logo_d_small.png diff --git a/project/assets/img/logo_parasail_small.png b/project/assets/img/logo_parasail_small.png Binary files differnew file mode 100644 index 0000000..baa9da6 --- /dev/null +++ b/project/assets/img/logo_parasail_small.png diff --git a/project/assets/img/logo_pascal_small.png b/project/assets/img/logo_pascal_small.png Binary files differnew file mode 100644 index 0000000..19430c1 --- /dev/null +++ b/project/assets/img/logo_pascal_small.png diff --git a/project/assets/img/logo_rust_small.png b/project/assets/img/logo_rust_small.png Binary files differnew file mode 100644 index 0000000..aba6e75 --- /dev/null +++ b/project/assets/img/logo_rust_small.png |