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

highlight links in the textual area of the local masthead

parent 972829ae
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,12 @@ nav a,
nav a:hover {
border-bottom: none; }
#local-masthead #local-title .columns a {
border-bottom: 1px dotted white; }
#local-masthead #local-masthead #local-title .columns a:hover {
border-bottom: none; }
/* Global menu styling */
#local-masthead nav ul#global-nav.menu li {
border-right: none; }
......
This diff is collapsed.
......@@ -158,6 +158,12 @@ a:active {
nav a,
nav a:hover { border-bottom: none; }
#local-masthead {
// highlight links in the textual area of the local masthead
#local-title .columns a { border-bottom: 1px dotted rgb(255,255,255); }
#local-masthead #local-title .columns a:hover { border-bottom: none; }
}
/* Global menu styling */
#local-masthead nav ul#global-nav.menu li { border-right: 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