1
0

preserve style in bold hyperlinks

This commit is contained in:
Simon Michael
2016-02-17 08:35:27 -08:00
parent 76c538365e
commit d4f7fdba95
3 changed files with 12 additions and 0 deletions

10
css/site.css Normal file
View File

@@ -0,0 +1,10 @@
strong > a, strong > a:hover {
text-decoration:none;
color:black;
}
/*
li {
margin-bottom:0;
}
*/

View File

@@ -21,6 +21,7 @@
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/site.css">
<!-- Favicon
-->

View File

@@ -21,6 +21,7 @@
-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/site.css">
<!-- Favicon
-->