Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.landscapeonly {
	
}

.portraitonly {
	
}

@media only screen and (orientation:portrait) {
	.landscapeonly {
		display: none;
	}
}

@media only screen and (orientation:landscape) {
	.portraitonly {
		display: none;
	}
}

Commits for litesoft/trunk/mobileGWT/zOriginal/mgwt/src_main_java_com_googlecode_mgwt_ui_client_theme_base_css/util.css

Diff revisions: vs.
Revision Author Commited Message
751 GeorgeS picture GeorgeS Sat 07 Jul, 2012 18:21:49 +0000