Sha256: 3dc33d610102e35e6eeca60d04082b7cd8c14ccc716b5f18f029a976f485be22

Contents?: true

Size: 348 Bytes

Versions: 6

Compression:

Stored size: 348 Bytes

Contents

# hide_sidebar_iphone.rb
#
# Copyright (C) 2008 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
# You can redistribute it and/or modify it under GPL2.
#

add_header_proc do
	if @conf.iphone? then
		<<-CSS
		<style type="text/css"><!--
		div.sidebar { 
			display: none;
		}
		div.main {
			width: 100%;
			float: none;
		}
		--></style>
		CSS
	end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tdiary-contrib-4.0.4 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.0.3 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.0.2.1 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.0.2 plugin/hide_sidebar_iphone.rb
tdiary-contrib-3.2.2.20130614 plugin/hide_sidebar_iphone.rb
tdiary-contrib-3.2.2.20130518 plugin/hide_sidebar_iphone.rb