[DRE-commits] [tdiary-theme] 01/03: Imported Upstream version 4.2.1

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Tue Jan 5 06:36:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to annotated tag debian/4.2.1-1
in repository tdiary-theme.

commit 0d2defdfbf4619307df2391e9c1a36dd36253cb2
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jan 5 15:34:31 2016 +0900

    Imported Upstream version 4.2.1
---
 gustav/gustav.css | 11 ++++++++++-
 machu/machu.css   |  3 ++-
 themebench.html   |  1 +
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/gustav/gustav.css b/gustav/gustav.css
index 2628f19..bf68696 100644
--- a/gustav/gustav.css
+++ b/gustav/gustav.css
@@ -581,12 +581,15 @@ div.category ul {
 	body {
 		background-image: url(gustav_back_iphone.jpg);
 		background-position: left top;
+		background-size: contain;
+		box-sizing: border-box;
 	}
 
 	div.adminmenu {
 		font-size: x-small;
 		margin: 0px;
 		width: 100%;
+		padding: 4px 0px;
 	}
 
 	h1 {
@@ -595,7 +598,9 @@ div.category ul {
 	}
 
 	div.whole-content {
-		width: 100%;
+		width: 95%;
+		margin-left: auto;
+		margin-right: auto;
 	}
 
 	div.main {
@@ -647,5 +652,9 @@ div.category ul {
 	textarea {
 		font-size: 110%;
 	}
+
+	div.sidebar {
+		display: none;
+	}
 }
 
diff --git a/machu/machu.css b/machu/machu.css
index 738950a..58e2fa2 100644
--- a/machu/machu.css
+++ b/machu/machu.css
@@ -706,11 +706,13 @@ div.gist pre {
 
 	div.section img.left,
 	div.section img.right,
+	div.section img.flickr,
 	div.section img.photo {
 		display: block;
 		float: none;
 		margin: 10px auto;
 		max-width: 300px !important;
+		height: auto;
 	}
 
 	div.section img.amazon {
@@ -736,4 +738,3 @@ div.gist pre {
 		font-size: 110%;
 	}
 }
-
diff --git a/themebench.html b/themebench.html
index 60eece4..a1bdf95 100644
--- a/themebench.html
+++ b/themebench.html
@@ -3,6 +3,7 @@
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<meta name="generator" content="tDiary 3.1.0.20110809">
+	<meta name="viewport" content="width=device-width,initial-scale=1">
 	<meta http-equiv="Last-Modified" content="Tue, 09 Aug 2011 10:28:09 GMT">
 	<meta http-equiv="Content-Script-Type" content="text/javascript; charset=UTF-8">
 	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary-theme.git



More information about the Pkg-ruby-extras-commits mailing list