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 | |
| parent | 58fecf855d151ef0459a43ab9af271a3a4922ad5 (diff) | |
| download | boymoder.blog-b076881a8e899c67767eb6c9640f1da68f2d3454.tar.gz boymoder.blog-b076881a8e899c67767eb6c9640f1da68f2d3454.zip | |
finised parser, finished rendering posts, finished sercving images
Diffstat (limited to 'static')
| -rw-r--r-- | static/images/t30.jpg | bin | 0 -> 235413 bytes | |||
| -rw-r--r-- | static/style.css | 7 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/static/images/t30.jpg b/static/images/t30.jpgBinary files differ new file mode 100644 index 0000000..949d14b --- /dev/null +++ b/static/images/t30.jpg 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; | 
