mirror of
https://github.com/flancian/garden.git
synced 2026-08-09 16:06:18 +00:00
hack
This commit is contained in:
@@ -50,14 +50,14 @@ nav { font-family: sans-serif}
|
||||
.navigation {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
height: 70px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.navigation-item {
|
||||
}
|
||||
|
||||
.mini-cli {
|
||||
width: 530px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.node, .context, .stoa {
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
<link rel="search" type="application/opensearchdescription+xml"
|
||||
title="Agora" href={{url_for('agora.search_xml')}}>
|
||||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached12" id="theme-link" />
|
||||
<link rel="stylesheet" media="handheld" type="text/css" href="{{ url_for('static',filename='css/mobile-dark.css')}}?uncached1" id="theme-link" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached14" id="theme-link" />
|
||||
<link rel="stylesheet" media="handheld" type="text/css" href="{{ url_for('static',filename='css/mobile-dark.css')}}?uncached4" id="theme-link" />
|
||||
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
|
||||
<!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode.
|
||||
<script type="application/json" class="js-hypothesis-config">
|
||||
|
||||
Reference in New Issue
Block a user