diff options
author | 2018-05-08 14:57:50 +0100 | |
---|---|---|
committer | 2018-05-08 14:57:50 +0100 | |
commit | 9e3515e538e22aaff6348849efa7d1ba056ad089 (patch) | |
tree | 5da21b4b1275f0c462a088588e4c71b05ff69ea7 /static | |
parent | Fix tests (diff) |
Small code jam page fixes
Diffstat (limited to 'static')
-rw-r--r-- | static/images/jetbrains.png | bin | 0 -> 167813 bytes | |||
-rw-r--r-- | static/style.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/static/images/jetbrains.png b/static/images/jetbrains.png Binary files differnew file mode 100644 index 00000000..ccceb958 --- /dev/null +++ b/static/images/jetbrains.png diff --git a/static/style.css b/static/style.css index a857bd4d..f99fd256 100644 --- a/static/style.css +++ b/static/style.css @@ -157,4 +157,8 @@ div.quote { color: #99AAB5; padding-left: 20px; margin-bottom: 1rem; +} + +.uk-article-meta { + margin-left: 2px; }
\ No newline at end of file |