diff --git a/blog/static/css/main.css b/blog/static/css/main.css index a303d19c..c13ac3a6 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -67,10 +67,6 @@ main img { border: 2px solid #66f; } -.posts.testing { - border: 2px solid #0a0; -} - .posts.memory-management { border: 2px solid #fc0 } @@ -106,10 +102,6 @@ main img { color: #55d; } -.post-category.testing { - color: #090; -} - .post-category.memory-management { color: #990; } diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index ae0a9cc8..d25ca71f 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -26,25 +26,20 @@ {{ macros::post_link(page=posts.0) }} {{ macros::post_link(page=posts.1) }} {{ macros::post_link(page=posts.2) }} - - -