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

Add inherentence of .no-underline

parent 01553199
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,7 @@ code {
margin: 0; }
/* no underline for links */
a.no-underline {
.no-underline a, a.no-underline {
border-bottom: none;
text-decoration: none; }
......
This diff is collapsed.
......@@ -722,7 +722,7 @@ code { font-size: .95rem; }
.no-margin { margin: 0; }
/* no underline for links */
a.no-underline { border-bottom: none; text-decoration: none; }
.no-underline a, a.no-underline { border-bottom: none; text-decoration: none; }
/* buttons */
.button:focus,
......
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