mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
[legal] Updated to new "about" home page
This commit is contained in:
committed by
Mat Sutcliffe
parent
8c83020b92
commit
ab2d3a272c
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user