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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user