Sha256: 3b3757de28278977e87783d62313fc95e4abe05637d3cacb0b00ab4aa5c250d1

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 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

5 entries across 5 versions & 1 rubygems

Version Path
tdiary-contrib-4.1.3 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.1.2 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.1.1 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.1.0 plugin/hide_sidebar_iphone.rb
tdiary-contrib-4.0.5.1 plugin/hide_sidebar_iphone.rb