diff options
Diffstat (limited to 'themes/lv2')
-rw-r--r-- | themes/lv2/static/css/style.css | 4 | ||||
-rw-r--r-- | themes/lv2/templates/base.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/themes/lv2/static/css/style.css b/themes/lv2/static/css/style.css index 7dc91ce..8e4d83a 100644 --- a/themes/lv2/static/css/style.css +++ b/themes/lv2/static/css/style.css @@ -213,4 +213,8 @@ h1 { .page-header { margin-top: 10px; +} + +.navbar-right { + display: none; }
\ No newline at end of file diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index ae04fb1..b23234c 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -71,7 +71,7 @@ {% else %} <link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css" type="text/css"/> {% endif %} - <link href="{{ SITEURL }}/theme/css/font-awesome.min.css" rel="stylesheet"> + <!--<link href="{{ SITEURL }}/theme/css/font-awesome.min.css" rel="stylesheet">--> <link href="{{ SITEURL }}/theme/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.css" rel="stylesheet"> {% if DOCUTIL_CSS %} |