Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page

This commit is contained in:
Jeff Parsons 2015-12-27 16:42:45 -08:00
commit ea9740751e
28 changed files with 286 additions and 182 deletions

View file

@ -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;
}

View file

@ -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;
}