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

Clear fix improvement

parent a8eb6e59
No related branches found
No related tags found
No related merge requests found
......@@ -796,9 +796,9 @@ a.no-underline {
.related ul:after {
content: " ";
height: .5rem;
display: block;
height: 10px;
width: 100%; }
clear: both; }
.related ul li a {
color: #fff;
......
This diff is collapsed.
......@@ -715,7 +715,7 @@ a.no-underline { border-bottom: none; text-decoration: none; }
padding: .5rem 0 0 1.1rem;
}
.related ul li { display:inline-block; width: 31%; padding-right: 0; font-size: .9rem; }
.related ul:after { content: " "; display: block; height: 10px; width: 100%; }
.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; }
.related ul li a:after { content: " >"; }
......
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