1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-07 00:13:33 +00:00

Added a 'no data' page with instructions on how to import data into Stackdump.

This commit is contained in:
Samuel Lai
2012-02-12 13:56:37 +11:00
parent adccd41724
commit db3bf11310
3 changed files with 146 additions and 6 deletions

View File

@@ -317,4 +317,31 @@ h1.answers {
border-top: solid 1px #999999;
background-color: #CCCCCC;
padding: 7px 10px;
}
.nodata.row {
margin-top: 50px;
margin-bottom: 20px;
}
.nodata h2 {
margin-top: 25px;
margin-bottom: 7px;
}
.nodata li {
color: inherit;
border-bottom: 1px solid #F2F2F2;
padding-bottom: 7px;
margin-bottom: 7px;
}
.nodata li:last-of-type {
border-bottom: none;
padding-bottom: inherit;
margin-bottom: inherit;
}
.nodata pre {
margin-top: 7px;
}