View Single Post
Old 07-11-2013, 04:33 AM   #48
ewphoenix123
Addict
ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'
 
Posts: 201
Karma: 42238
Join Date: Oct 2012
Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa
One interesting codechange from 2.5.1 to 2.6.1

Code:
#2.5.1

[deviceCodeName="dragon"] {
	qproperty-visible: false;
}topVerticalSpacer* {
	qproperty-visible: false;
}

[deviceCodeName="dragon"] {
	qproperty-visible: true;
}* {
	font-size: 16px;
	font-family: Avenir;
	margin-top: 7px;
}

#2.6.1

[deviceCodeName="dragon"] {
	qproperty-visible: false;
}topVerticalSpacer* {
	font-size: 16px;
	font-family: Avenir;
	margin-top: 7px;
}
I can't figure out how to properly change it, whatever i try causes the kobo to be stuck in a reload loop after patching. probably some non accepted character in my changes.
ewphoenix123 is offline   Reply With Quote