Skip to content
Snippets Groups Projects
Commit 8d576073 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Merge branch 'nodechanges' into dev

parents 44cd15fc 099b7e54
No related branches found
No related tags found
No related merge requests found
......@@ -63,3 +63,8 @@ div.codeblock {
background-color: $pale-yellow;
margin-bottom: .5em;
}
// Dots between links at the bottom of book, forum nodes
.node-footer .links li + li:before {
content: " ⋅ ";
}
/* Dots between links at the bottom of book, forum nodes */
.node-footer .links li + li:before {
content: " ⋅ ";
}
/* User picture on the node */
.node .picture {
float: right;
margin: 0 0 1.5em 1.5em;
}
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