Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page
This commit is contained in:
parent
07a607fbf3
commit
ea9740751e
28 changed files with 286 additions and 182 deletions
|
|
@ -202,22 +202,3 @@ pre {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Screenshot links
|
||||
*/
|
||||
.screenshot-frame {
|
||||
display: inline-block;
|
||||
margin: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.screenshot-image {
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background-color: #FAEBD7;
|
||||
}
|
||||
.screenshot-label {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -234,3 +234,25 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* PCjs-specific styles
|
||||
*/
|
||||
.machine {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.screenshot-frame {
|
||||
display: inline-block;
|
||||
margin: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.screenshot-image {
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background-color: #FAEBD7;
|
||||
}
|
||||
.screenshot-label {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue