better handle urls

This commit is contained in:
2018-07-28 16:45:03 +02:00
parent f879d195df
commit 3a8d54a569
7 changed files with 59 additions and 21 deletions
+4
View File
@@ -46,3 +46,7 @@
.small2 {
font-size: 70%;
}
a.link-no-color {
color: unset;
}
-4
View File
@@ -15,7 +15,3 @@ html {
@import "bootstrap-customizations/navbar";
@import "bootstrap-customizations/footer";
@import "bootstrap-customizations/help";
a.link-no-color {
color: unset;
}