26 lines
623 B
CSS
26 lines
623 B
CSS
/*!
|
|
* jQuery Mobile 1.4.2
|
|
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
|
|
* http://jquerymobile.com
|
|
*
|
|
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
*/
|
|
|
|
|
|
/* Globals */
|
|
/* Font
|
|
-----------------------------------------------------------------------------------------------------------*/
|
|
|
|
#fbanner, #hbanner {
|
|
height: 30px;
|
|
padding: 2px 0 1px 0;
|
|
background-position: center;
|
|
background-color: #fff;
|
|
background-image: url(plato.png);
|
|
background-repeat:no-repeat ;
|
|
}
|
|
|