Include documentation in the application
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.markdown pre {
|
||||
background: #fdfdfd;
|
||||
background: #fbfbfb;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ddd;
|
||||
@@ -62,3 +62,30 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.documentation {
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
max-width: 850px;
|
||||
background: #fefefe;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
font-size: 1.0em;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.documentation img {
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.documentation h1 {
|
||||
text-decoration: none;
|
||||
font-size: 1.8em;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.documentation h2 {
|
||||
font-size: 1.3em;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user