Initialize
[sdk/ide/product.git] / org.tizen.base.platform / content / shared.css
1 /* Shared style applied to all pages */
2 /* trick to get desired scroll bar behavior on all browsers */ 
3 body {
4         background-image : url("./tizen_sdk_welcome_page_bg.jpg");
5         background-repeat : repeat;
6         background-position : 0% 0%;    
7
8