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

github.com/jaden/twentyfourteen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Hersam <dan@hersam.com>2015-09-15 19:01:55 +0300
committerDan Hersam <dan@hersam.com>2015-09-15 19:01:55 +0300
commit8f2cdc087f9a6d82f7f764c7a2b7e6077032cb1f (patch)
tree03382e741e902104681668076e7ee68a0f2570da
parentad1be327ace6bbc8b4e8af1026f9c04244c3c9ae (diff)
Fix issue #1 - hidden content on small screens.
For some reason the stylesheet from the original theme hid the content on screens smaller than 400px. This commit removes that rule.
-rw-r--r--static/css/style.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css
index d88aed5..bf4d289 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -3112,15 +3112,6 @@ a.post-thumbnail:hover {
padding: 12px 0 9px;
}
- .list-view .site-content .cat-links,
- .list-view .site-content .type-post .entry-content,
- .list-view .site-content .type-page .entry-content,
- .list-view .site-content .type-post .entry-summary,
- .list-view .site-content .type-page .entry-summary,
- .list-view .site-content footer.entry-meta {
- display: none;
- }
-
.list-view .site-content .entry-title {
clear: none;
font-size: 15px;