Skip to content
Snippets Groups Projects
Commit 7abf7573 authored by khawkins's avatar khawkins
Browse files

Show related as 2 columns by default

parent b2d80c12
No related branches found
No related tags found
No related merge requests found
......@@ -824,7 +824,7 @@ code {
.related ul li {
display: inline-block;
width: 31%;
width: 49%;
padding-right: 0;
font-size: .9rem; }
......
This diff is collapsed.
......@@ -739,7 +739,7 @@ code { font-size: .95rem; }
background: none;
padding: .5rem 0 0 1.1rem;
}
.related ul li { display:inline-block; width: 31%; padding-right: 0; font-size: .9rem; }
.related ul li { display:inline-block; width: 49%; padding-right: 0; font-size: .9rem; }
.related ul:after { content: " "; height: .5rem; display: block; clear: both; } // a clearfix to show background
.related ul li a { color: #fff; border-bottom:none; }
.related ul li a:hover { border-bottom: 1px dotted #fff; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment