Add bootstrap 4

This commit is contained in:
Andy Allan 2019-12-04 14:21:14 +01:00
parent cffff1635d
commit 7f9dacbada
3 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,5 @@
@import "parameters";
@import "bootstrap";
/* Styles common to large and small screens */
@ -1236,7 +1237,7 @@ tr.turn:hover {
width: 12px;
height: 12px;
margin: 4px 0px;
border: 1px solid rgba(0, 0, 0, .1);
border: 1px solid rgba(0, 0, 0, .1);
// add color via inline css on element: background-color: <tag value>;
}
}