Browse Source

TOC redesign

pull/2/head
rra 5 years ago
parent
commit
ca770cc1d3
  1. 11
      themes/homebrewtheme/static/css/main.css

11
themes/homebrewtheme/static/css/main.css

@ -24,11 +24,12 @@ header {
#banner {
text-align: center;
padding-bottom: 0.5em;
padding-bottom: 0.2em;
padding-top: 1em;
font-size:3rem;
font-weight: bold;
font-family:'OrkneyRegular';
background-color: #EAEAEA;
}
#sitename {
@ -46,7 +47,7 @@ pre {
#menu {
list-style:none;
font-size:1.4rem;
margin-top:1.2em;
/*! margin-top:1.2em; */
font-weight:bold;
text-align:center;
text-transform:lowercase;
@ -224,17 +225,15 @@ h1, h2,h3 {
margin-top: 4em;
margin-left: 1.6em;
margin-bottom: 1.6em;
/*! font-size: 20px; */
/*! padding-top: 2em; */
font-family: OrkneyRegular;
}
.toc .toctitle {
font-size:1rem;
padding-bottom: 1em;
}
.toc ul{
/*list-style: none;*/
margin-top:0px;
}
.entry-content{
/*! margin:auto; */

Loading…
Cancel
Save