aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-02-17 20:56:57 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-02-17 20:56:57 +0000
commitb076881a8e899c67767eb6c9640f1da68f2d3454 (patch)
treedddf53dd12a6b919596556a381650137ae3e1fab /static/style.css
parent58fecf855d151ef0459a43ab9af271a3a4922ad5 (diff)
downloadboymoder.blog-b076881a8e899c67767eb6c9640f1da68f2d3454.tar.gz
boymoder.blog-b076881a8e899c67767eb6c9640f1da68f2d3454.zip
finised parser, finished rendering posts, finished sercving images
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css7
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;