From 8dece4b4f68deb4bd3628a0c1ffb856afc68bdc1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 10 Jul 2016 16:14:58 +0100 Subject: [PATCH] Simplify styling of community resources Feedback from @ssokolow --- .../tiddlers/system/tw5.com-styles.tid | 35 +++++-------------- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index 99c904605..058f28191 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -1,37 +1,18 @@ title: $:/_tw5.com-styles tags: $:/tags/Stylesheet -@media (min-width: 600px) { - - .tc-link-info { - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - - .tc-link-info-item { - max-width: 24em; - margin-right: 10px; - } - -} - .tc-double-spaced-list li { - padding-bottom:.5em;padding-top:.5em; + padding-bottom: .5em; + padding-top: .5em; } .tc-link-info-item { - display: inline-block; - border: none; - padding: 5px 10px; - margin-bottom: 10px; - background: #ddeeff; - font-size: 0.8em; - line-height: 1.2; + border: 1px solid #dde7f1; + padding: 5px 10px; + margin-bottom: 10px; + background: #f3f8fd; + font-size: 0.8em; + line-height: 1.2; } .tc-link-info-item h1 {