diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-17 20:56:57 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-02-17 20:56:57 +0000 |
commit | b076881a8e899c67767eb6c9640f1da68f2d3454 (patch) | |
tree | dddf53dd12a6b919596556a381650137ae3e1fab /static/style.css | |
parent | 58fecf855d151ef0459a43ab9af271a3a4922ad5 (diff) | |
download | eda.gay-b076881a8e899c67767eb6c9640f1da68f2d3454.tar.gz eda.gay-b076881a8e899c67767eb6c9640f1da68f2d3454.zip |
finised parser, finished rendering posts, finished sercving images
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 7bc2190..7a0bf68 100644 --- a/static/style.css +++ b/static/style.css @@ -90,6 +90,13 @@ article section table td { text-align: right; } +aside { + width: 30%; + padding-left: 15px; + margin-left: 15px; + float: right; +} + .running { background-color: green; padding: 1, 1, 1, 1; |