mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
This PR sets up [MkDocs](https://squidfunk.github.io/mkdocs-material/) static site generation for both user documentation and API docs.
17 lines
246 B
CSS
17 lines
246 B
CSS
button.dl {
|
|
font-weight: 300;
|
|
font-size: 25px;
|
|
line-height: 40px;
|
|
padding: 3px 10px;
|
|
display: inline-block;
|
|
border-radius: 6px;
|
|
color: #f0f0f0;
|
|
margin: 5px 0;
|
|
width: auto;
|
|
}
|
|
|
|
.logo {
|
|
text-align: center;
|
|
margin-top: 150px;
|
|
}
|