aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2
diff options
context:
space:
mode:
authorScott Kensell <scott.kensell@prezi.com>2014-05-30 20:54:48 +0200
committerScott Kensell <scott.kensell@prezi.com>2014-05-30 20:54:48 +0200
commit417440375a1df57039def4fce60a3e6823f8ad0d (patch)
tree6ea081c272b1d68c989ab68f8d484c5b7d5fd606 /SoMA2
parentac9a47ed1654f0fda13ef50d206ae08d334f6825 (diff)
downloadpelican-themes-417440375a1df57039def4fce60a3e6823f8ad0d.zip
pelican-themes-417440375a1df57039def4fce60a3e6823f8ad0d.tar.gz
pelican-themes-417440375a1df57039def4fce60a3e6823f8ad0d.tar.bz2
Make title a little smaller and don't show categories.
Diffstat (limited to 'SoMA2')
-rw-r--r--SoMA2/static/css/main.css2
-rw-r--r--SoMA2/templates/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css
index 4550abb..1a62b4f 100644
--- a/SoMA2/static/css/main.css
+++ b/SoMA2/static/css/main.css
@@ -436,7 +436,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}
.hentry img{display : none ;}
-.entry-title {font-size: 4em; margin-bottom: 0px; margin-top: 0; }
+.entry-title {font-size: 3.5em; font-weight:bold; margin-bottom: 0px; margin-top: 0; }
.entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
.entry-title a:visited {background-color: #fff;}
.entry-content blockquote {font-size: 1.5em; margin: 10px 20px; }
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html
index b4e7c59..102feeb 100644
--- a/SoMA2/templates/base.html
+++ b/SoMA2/templates/base.html
@@ -46,7 +46,7 @@
<!-- <br/> -->
<!-- {% endfor %} -->
-{% include 'categories.html' %}
+<!-- {% include 'categories.html' %} -->
</div>
{% block content %}