Skip to content
Snippets Groups Projects
Commit f3538ac7 authored by Nuno Alexandre's avatar Nuno Alexandre Committed by Alec Theriault
Browse files

Misc of tweaks

- Update link colors to hackage scheme
- Tune spacing between content elements
- Update footer style
- Fix and improve code blocks identation
parent 7a0246da
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ dd {
}
a { text-decoration: none; }
a[href]:link {color: #9E358F;}
a[href]:visited {color: #805A75;}
a[href]:link { color: #9E358F; }
a[href]:visited {color: #6F5F9C; }
a[href]:hover { text-decoration:underline; }
a[href].def:link, a[href].def:visited { color: rgba(69, 59, 97, 0.8); }
......@@ -300,12 +300,24 @@ h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
margin-top: inherit;
}
p + ul {
margin-top: 1em;
ul li + li {
margin-top: 0.2rem;
}
ul + p {
margin-top: 2em;
margin-top: 0.93em;
}
p + ul {
margin-top: 0.5em;
}
p {
margin-top: 0.7rem;
}
ul, ol {
margin: 0.8em 0 0.8em 2em;
}
ul.links {
......@@ -487,15 +499,16 @@ div#style-menu-holder {
}
#footer {
background: #ddd;
background: #ededed;
border-top: 1px solid #aaa;
padding: 0.5em 0;
color: #666;
color: #222;
text-align: center;
position: absolute;
width: 100%;
height: 3em;
margin-top: 6em;
margin-top: 3em;
position: relative;
clear: both;
}
/* @end */
......@@ -507,6 +520,10 @@ div#style-menu-holder {
font-size: 1rem;
}
#synopsis, #table-of-contents {
font-size: 16px;
}
#table-of-contents {
background: #f7f7f7;
padding: 1em;
......@@ -527,7 +544,7 @@ div#style-menu-holder {
}
#table-of-contents ul ul {
margin-left: 2em;
margin-left: 1.5em;
}
#description .caption {
......@@ -651,6 +668,11 @@ div#style-menu-holder {
visibility: hidden;
}
.subs {
padding-left: 1em;
border-left: 1px solid gainsboro;
}
.subs ul {
list-style: none;
display: table;
......
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