Clean-up unused files

This commit is contained in:
cytopia 2018-07-25 09:13:17 +02:00
parent 0514c38e54
commit 56538c10d8
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 0 additions and 58 deletions

View File

@ -1,57 +0,0 @@
/************************************************************
* MENU
***********************************************************/
/* overwrite left navbar width */
.wy-grid-for-nav nav.wy-nav-side {
width: 350px;
}
.wy-grid-for-nav section.wy-nav-content-wrap {
margin-left: 350px;
}
/* overwrite logo dimensions */
.wy-side-nav-search>a img.logo,
.wy-side-nav-search .wy-dropdown>a img.logo {
width: 128px;
}
/* overwrite top-left serach div */
.wy-side-nav-search {
background-color: #343131;
}
/* sidebar category headlines */
.wy-menu-vertical header, .wy-menu-vertical p.caption {
margin-top: 25px;
margin-bottom: 15px;
padding: 0 1.518em;
padding-top:10px;
border-top: 1px solid #9b9b9b;
/*font-size: 14px;*/
}
/************************************************************
* Code blocks
***********************************************************/
/* Disable annoying scrollbar in code-blocks */
.codeblock,
pre.literal-block,
.rst-content .literal-block,
.rst-content pre.literal-block,
.rst-content div[class^='highlight'],
div[class^='highlight'] {
overflow: hidden !important;
}
/* bg color for code windows */
.highlight {
background-color: #ffffff !important;
}
/*
div.rtd-pro.rtd-pro-footer {
display: none;
}
*/

View File

@ -1 +0,0 @@
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='11' height='11' viewBox='0 0 11 11'> <path fill='%23008eff' fill-rule='evenodd' d='M10.500,6.000 C10.224,6.000 10.000,5.776 10.000,5.500 L10.000,1.707 L3.354,8.353 L2.646,7.646 L9.293,1.000 L5.500,1.000 C5.224,1.000 5.000,0.776 5.000,0.499 C5.000,0.223 5.224,-0.000 5.500,-0.000 L10.500,-0.000 C10.776,-0.000 11.000,0.223 11.000,0.499 L11.000,5.500 C11.000,5.776 10.776,6.000 10.500,6.000 ZM10.000,1.000 L10.000,1.000 L10.000,1.000 L10.000,1.000 ZM1.000,9.999 L8.000,9.999 L8.000,9.000 L8.000,8.000 L8.000,7.000 L9.000,7.000 L9.000,8.000 L9.000,9.000 L9.000,9.999 L9.000,11.000 L8.000,11.000 L-0.000,11.000 L-0.000,9.999 L-0.000,3.999 L-0.000,2.999 L1.000,2.999 L4.000,2.999 L4.000,3.999 L1.000,3.999 L1.000,9.999 Z' class='cls-1' /> </svg>

Before

Width:  |  Height:  |  Size: 862 B