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 10:41:59 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-19 10:41:59 +0300
commitf6f1c774b2f336d80b9bf2cffd029d1ddb99b339 (patch)
tree9b226663d96ed37d06d5acc7f4cdfa54970f10f2
parent14249d6e7b854d5d73f26821c26c2b96a6746ec0 (diff)
fixed mobile appearance on article view
-rw-r--r--static/css/mobile.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index d279c4b..228ba1a 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -51,7 +51,7 @@
}
.wrapper {
- min-width: 320px
+ min-width: 320px;
}
.publish-date, .attention-message {
@@ -59,4 +59,13 @@
text-align: center;
margin: 0;
}
+
+ .top-nav h3, img, text {
+ display: none;
+ }
+
+ blockquote {
+ padding: 0;
+ margin: 0;
+ }
} \ No newline at end of file