[doc/example-quickstart,doc/library][m]: most of a quickstart example plus refactor library page to reflect this and our plans.
* example covers creating a dataset and displaying a grid * refactor library page to remove examples (will be separate) and list a set of examples we hope to have (most not yet written)
This commit is contained in:
21
css/site.css
21
css/site.css
@@ -246,3 +246,24 @@ section.grey:after {
|
||||
.footer a.btn {
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
.library .row .well {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
/** Code / Pre **/
|
||||
|
||||
.container pre {
|
||||
padding: 10px 15px;
|
||||
border: 1px solid #ccc;
|
||||
background: white;
|
||||
color: #444;
|
||||
|
||||
box-shadow: 0 0 15px #ddd;
|
||||
-moz-box-shadow: 0 0 15px #ddd;
|
||||
-webkit-box-shadow: 0 0 15px #ddd;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user