git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git]
/
examples
/
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
a {
10
color: #083772;
11
}
12
a:link {
13
color: #083772;
14
text-decoration: none;
15
}
16
17
a:visited {
18
color: #1e4e8f;
19
text-decoration: none;
20
}
21
22
a:hover {
23
text-decoration: underline;
24
color: #0000CC;
25
}