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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-19 18:28:45 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-19 18:28:45 +0300
commit76d614b2204aac395a99c1d4a9a70b0ea5f11d80 (patch)
treee40d300255427722dce5914bade69719f18aad2c
parentd92b1f1a8a0c497dc1fe1464833dafd2b38bad7f (diff)
minor bugfix
-rw-r--r--README.md4
-rw-r--r--layouts/_default/single.html1
-rw-r--r--static/css/mobile.css4
3 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9ce566a..05c38ad 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@ If you want to use it feel free to do so, but be prepared to learn some SVG if y
- modern and nice to read design
- responsive side or top bar, depending on apsect ratio
- a comment section would be nice to have
-- responsive webdesign for most common screens
+- responsive webdesign for most common screens (and smartphones)
-Attention! This theme isn't build with full Internet Explorer Support, nor for devices with a low resolution (e.g. smartphones) - feel free to create a merge request to add support.
+Attention! This theme isn't build with full Internet Explorer Support - feel free to create a merge request to add support.
# Special Thanks
Special thanks goes to Freepik, Daniel Bruce and Plainicon from [www.flaticon.com](http://www.flaticon.com) for their great icons!
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ad84160..7985b19 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -38,7 +38,6 @@
<text> &nbsp; ยท &nbsp; {{ .ReadingTime }} minutes reading time</text>
<a href="javascript:void(0);">{{ partial "left.svg" . }}</a>
<a href="javascript:void(0);">{{ partial "justify.svg" . }}</a>
-
</div>
<div id="article-body">
{{ .Content }}
diff --git a/static/css/mobile.css b/static/css/mobile.css
index 1fe7945..8cce2d3 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -65,7 +65,9 @@
}
.top-nav h3, .top-nav img, .top-nav text {
+ position: absolute;
display: none;
+ width: 0;
}
.article-header-container {
@@ -75,7 +77,9 @@
}
.article-header div {
+ position: absolute;
display: none;
+ width: 0;
}
blockquote {