diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-12-29 12:45:47 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-12-29 12:45:47 +1100 |
commit | 23b53a46d263a30a466ee0d48543b6ed64f29141 (patch) | |
tree | 9bcb57d4370f6edb93caf5ea6605ea211cd776ff /project/assets/css | |
parent | 78e64f219693800130e53809e5c0ec13b445c9fc (diff) |
Article about area under the curve for complex valued integrals
Diffstat (limited to 'project/assets/css')
-rw-r--r-- | project/assets/css/default.css | 13 | ||||
-rw-r--r-- | project/assets/css/integral.css | 7 |
2 files changed, 20 insertions, 0 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css index fb1de72..83cd85a 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -21,6 +21,19 @@ div.precontain { } +div.mathblock { + display: inline-block; + text-align: left; + background-color: #ffa5a5; + border-radius: 1.5em; + padding: 2em 2em 2em 2em; + margin: 1em 2em 1em 2em; + /* width should be equal to code and pre, but for some reason this needs 45em instead of 60em... bug? */ + /* what are the default widths, margins, and paddings used in browsers anyway? */ + width: 45em; +} + + code { display: inline-block; text-align: left; diff --git a/project/assets/css/integral.css b/project/assets/css/integral.css new file mode 100644 index 0000000..94130ec --- /dev/null +++ b/project/assets/css/integral.css @@ -0,0 +1,7 @@ + + +table#component { + margin: auto; +} + + |