able to access subsections on mobile devices now

This commit is contained in:
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://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@ -437,18 +436,18 @@ table tr:nth-child(2n) td{
}
#toggle-sidebar h2 {
background-color:#2980B9;
width:100%;
height:50px;
left:0;
top:0;
background-color:#2980B9;
width:100%;
height:50px;
left:0;
top:0;
color: white;
font-size: 100%;
line-height: 50px;
position:fixed;
position:fixed;
margin: 0;
padding: 0;
opacity:0.7;
opacity:0.7;
}
#table-of-contents .close-sidebar {

View File

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

View File

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