Update layout, remove unused files
This commit is contained in:
parent
80ced200d1
commit
f0d6756b5e
5 changed files with 20 additions and 29 deletions
|
|
@ -10,14 +10,6 @@ tt.literal{
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
h2{
|
||||
margin: 15px 0 5px;
|
||||
}
|
||||
|
||||
h3{
|
||||
margin: 15px 0 10px;
|
||||
}
|
||||
|
||||
a.headerlink {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
7
docs/source/_themes/Alchemy/static/bootstrapCustom.css
vendored
Normal file
7
docs/source/_themes/Alchemy/static/bootstrapCustom.css
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
h2{
|
||||
padding: 40px 0 5px;
|
||||
}
|
||||
|
||||
h3{
|
||||
padding: 40px 0 10px;
|
||||
}
|
||||
BIN
docs/source/_themes/Alchemy/static/img/project.png
Normal file
BIN
docs/source/_themes/Alchemy/static/img/project.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Here you write your customizations
|
||||
*/
|
||||
body, html {
|
||||
background-color:#CEC7CB;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue