[legal] Updated to new "about" home page

This commit is contained in:
Klaus Basan
2019-03-17 11:53:01 +01:00
committed by Mat Sutcliffe
parent 8c83020b92
commit ab2d3a272c
4 changed files with 149 additions and 33 deletions

View File

@@ -44,4 +44,27 @@ td {
th {
text-align: left;
background-color: lightgray;
}
}
div.swifttoc table {
border-spacing: 0.6em;
background-image: url(background.jpeg) ;
background-size: 100% auto;
border-radius: 15px;
}
div.swifttoc th {
background: rgba(255, 255, 255, .75);
border: 2px solid gray;
border-radius: 15px;
padding: 1.0em;
}
div.swifttoc td {
vertical-align: top;
width: 33.3%;
border: 2px solid gray;
border-radius: 25px;
padding: 1em;
background: rgba(255, 255, 255, .75);
}