Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/.DS_Storebin6148 -> 0 bytes
-rw-r--r--layouts/partials/head.html1
-rw-r--r--static/css/dark.css6
-rw-r--r--static/css/main.css5
4 files changed, 11 insertions, 1 deletions
diff --git a/images/.DS_Store b/images/.DS_Store
deleted file mode 100644
index 5008ddf..0000000
--- a/images/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2467747..0296d31 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,4 +1,5 @@
<div class="header">
+ <base href="{{ .Site.BaseURL }}">
<h1 class="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}
diff --git a/static/css/dark.css b/static/css/dark.css
index 94b69e8..eeca406 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -66,4 +66,8 @@ table th {
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
-} \ No newline at end of file
+}
+
+pre code {
+ display: inline-block
+}
diff --git a/static/css/main.css b/static/css/main.css
index 2e7cda5..6d2edbf 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -191,6 +191,11 @@ ul {
background-color: #FAFAFA;
}
+pre code {
+ display: inline-block;
+}
+
+
.wrapper {
max-width: 760px;
margin: 0 auto;