improvements in table header

This commit is contained in:
2018-07-28 15:53:01 +02:00
parent 3f8fa07a82
commit f879d195df
3 changed files with 27 additions and 2 deletions
+4
View File
@@ -42,3 +42,7 @@
.box-shadow {
box-shadow: 0 2px 3px rgba(black, .3);
}
.small2 {
font-size: 70%;
}
+4
View File
@@ -15,3 +15,7 @@ html {
@import "bootstrap-customizations/navbar";
@import "bootstrap-customizations/footer";
@import "bootstrap-customizations/help";
a.link-no-color {
color: unset;
}