Skip to content
Snippets Groups Projects
Commit e4a332d7 authored by Mark Lentczner's avatar Mark Lentczner
Browse files

move TOC and Info blocks down 0.5em to improve layout issue w/Test.hs

parent 2b2112e1
No related branches found
No related tags found
No related merge requests found
......@@ -216,8 +216,10 @@ table.info {
color: rgb(78,98,114);
background-color: #fff;
max-width: 40%;
margin: -1em 0 1em 1em;
border-spacing: 0;
position: relative;
top: -0.5em;
margin: 0 0 0 2em;
}
.info th {
......@@ -283,10 +285,8 @@ div#style-menu-holder {
background: #faf9dc;
border: 1px solid #d8d7ad;
padding: 0.5em 1em;
position: relative;
top: 0em;
margin: 0 0 1em 1em;
max-width: 20em;
margin: 0.5em 0 1em 1em;
}
#table-of-contents .caption {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment