File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ div # changelog > div .section > ul > li > p : only-child {
2+ margin-bottom : 0 ;
3+ }
4+
5+ @media screen and (max-width : 768px ) {
6+ # fork-gh img {
7+ display : none;
8+ }
9+ }
Original file line number Diff line number Diff line change 22{% extends "!layout.html" %}
33
44{# Include our new CSS file into existing ones. #}
5- {% set css_files = css_files + ['_static/tmuxp .css']%}
5+ {% set css_files = css_files + ['_static/libtmux .css']%}
Original file line number Diff line number Diff line change 11{% extends "!page.html" %}
22{% block footer -%}
33{{ super() }}
4- < a href ="https://github.com/tony/libtmux ">
4+ < a href ="https://github.com/tony/libtmux " id =" fork-gh " >
55 < img style ="position: absolute; top: 0; right: 0; border: 0; "
66 src ="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png "
77 alt ="Fork me on GitHub ">
Original file line number Diff line number Diff line change 5656 html_theme = 'pyramid'
5757
5858html_theme_path = ['_themes' ]
59+ html_static_path = ['_static' ]
5960
6061htmlhelp_basename = '%sdoc' % about ['__title__' ]
6162
You can’t perform that action at this time.
0 commit comments