able to access subsections on mobile devices now

pull/87/head
Fabrice Niessen 2018-11-29 21:33:11 +01:00
parent e04e1878e5
commit 42d4f3f687
3 changed files with 19 additions and 10 deletions

View File

@ -1,4 +1,3 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

View File

@ -1,4 +1,3 @@
$(function() { $(function() {
$('.note').before("<p class='admonition-title note'>Note</p>"); $('.note').before("<p class='admonition-title note'>Note</p>");
$('.seealso').before("<p class='admonition-title seealso'>See also</p>"); $('.seealso').before("<p class='admonition-title seealso'>See also</p>");

View File

@ -232,7 +232,7 @@ dl dd{
html,body,section{ html,body,section{
background:none !important} background:none !important}
,,*{ ,*{
box-shadow:none !important; box-shadow:none !important;
text-shadow:none !important; text-shadow:none !important;
filter:none !important; filter:none !important;
@ -573,11 +573,18 @@ Responsive for sidebar:
} }
#toggle-sidebar h2 { #toggle-sidebar h2 {
background-color:#2980B9;
width:100%;
height:50px;
left:0;
top:0;
color: white; color: white;
font-size: 100%; font-size: 100%;
line-height: 50px; line-height: 50px;
position:fixed;
margin: 0; margin: 0;
padding: 0; padding: 0;
opacity:0.7;
} }
#table-of-contents .close-sidebar { #table-of-contents .close-sidebar {
@ -1246,6 +1253,10 @@ h2.footnotes{
font-size: 90%; font-size: 90%;
color: navy; color: navy;
} }
.nav .timestamp {
color: inherit;
}
#+end_src #+end_src
See See