Files
PrestaShop/themes/default/css/maintenance.css
mMarinetti 9cc30dc3fe [+] Project : default theme added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-02 15:24:40 +00:00

12 lines
252 B
CSS

#maintenance {
margin:0 auto;
width:940px;
font:normal 30px Arial, Verdana, sans-serif;
color:#333;
}
#maintenance #message {
margin:0 20px;
padding:50px 310px 0 0;
height:360px;
background:url(../img/bg_maintenance.png) no-repeat 100% 0 #fff
}