Skip to content
Snippets Groups Projects
Commit e6168320 authored by khawkins98's avatar khawkins98
Browse files

Don't shrink local menu

parent 4f0993fc
No related branches found
Tags v1.3.0-beta.4
No related merge requests found
......@@ -55,6 +55,8 @@
@include embl-selector;
.global-nav {
font-size: .9rem;
a,
a:hover {
color: white;
......@@ -281,7 +283,7 @@
ul li.active a:visited,
ul li.active-trail a:visited { background-color: rgba(255,255,255,1); color: #444;border-bottom: 0;}
nav { font-size: .9rem; clear: both; }
nav { clear: both; }
nav ul.menu li { border-right: 1px solid $ebi-colour-light; float: left;
margin-left: 0; /* compliance compatibility */
......
......@@ -160,7 +160,7 @@
}
// MISC TWEAKS
ul.menu { font-size: .9rem; }
// ul.menu { font-size: .9rem; }
// image tweaks
body .thumbnail { box-shadow: none; }
......
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