diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index a9decc9..bff58d1 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -15,7 +15,7 @@ http://majesticmoo.se } html { - font-size:20px; + font-size:22px; } header { @@ -101,8 +101,8 @@ body { line-height:1.6em; color:#0074D9; background-color:#f6f6f6; - /*font-family:'OrkneyRegular';*/ - font-family:times; + font-family:'OpenSans'; + /*font-family:times;*/ letter-spacing: 0.05em; margin:0; /*! padding: 1em; */ @@ -210,9 +210,15 @@ h1, h2,h3 { padding: 3em; float: right; line-height: 1.5em; - border-width: 2px 0 2px 0; + border-width: 1px 1px 4px 4px; border-style: solid; - margin: 1em; + /*! margin: 1.6em; */ + background-color: #EAEAEA; + margin-top: 4em; + margin-left: 1.6em; + margin-bottom: 1.6em; + /*! font-size: 20px; */ + /*! padding-top: 2em; */ } .toc .toctitle { @@ -225,6 +231,7 @@ h1, h2,h3 { } .entry-content{ /*! margin:auto; */ + padding-top:2em; padding-bottom:1em; }