Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / resources / welcome.css
1 body{
2     background:url(welcome-bg.gif) top left;
3     font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
4     color: #000000;
5     margin: 0px;
6     font-size:13px;
7     padding-bottom:15px;
8 }
9
10 a {
11     color: #083772;
12 }
13
14 a:link {
15     color: #083772;
16     text-decoration: none;
17 }
18
19 a:visited {
20    color: #1e4e8f;
21     text-decoration: none;
22 }
23
24 a:hover {
25     text-decoration: underline;
26     color: #0000CC;
27 }