kitty/docs/_static/custom.css
Kovid Goyal f82b7841c6
Start work on a kitty website
Port the current asciidoc documentation to sphinx
2018-05-29 21:03:50 +05:30

27 lines
385 B
CSS

/*
* custom.css
* Copyright (C) 2018 Kovid Goyal
*
* Distributed under terms of the MIT license.
*/
.float-left-img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
a {
text-decoration: none !important;
border-bottom: none !important;
}
#searchbox h3 {
display: none;
}
.major-features li {
margin-top: 0.75ex;
margin-bottom: 0.75ex;
}