commit ba10179a728b568826f40445c0ad7e68633fa996
parent 14b55b18d1f238486bd0fe60bdf292464764dcbd
Author: markseu <mark2011@mayberg.se>
Date: Fri, 15 Apr 2016 11:32:50 +0200
Themes update (spring cleanup)
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css
@@ -1,5 +1,5 @@
/* Theme: Flatsite theme */
-/* Version: 0.6.5 */
+/* Version: 0.6.6 */
/* Designer: Mark Mayberg */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@@ -24,7 +24,8 @@ a, img { border:none; text-decoration:none; }
.sitename h1 { margin:0; }
.sitename h1 a { color:#111; text-decoration:none; }
.with-sidebar .main { margin-right:17em; }
-.with-sidebar .sidebar { float:right; width:16em; margin-top:5em; overflow:hidden; font-size:0.9em; }
+.with-sidebar .sidebar { float:right; width:16em; margin-top:5em; padding:2px; overflow:hidden; font-size:0.9em; }
+.with-sidebar .sidebar .search-form input { width:100%; box-sizing:border-box; }
.content h1:first-child, .content>*:first-child { margin-top:0; }
.content h1 a:hover { text-decoration:none; }
.content img { max-width:100%; height:auto; }