0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-18 17:51:23 +02:00
doodle3d-client/less/404.less

15 lines
222 B
Plaintext
Raw Normal View History

2013-10-29 12:42:03 +01:00
#page404 {
#message404 {
font-family: Helvetica,Arial,"Nimbus Sans L",sans-serif;
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
height: 250px;
width: 500px;
margin: -125px 0 0 -250px;
}
}