upgraded to yui 0.12.0
upgraded to yui-ext 0.33 rc2
This commit is contained in:
parent
62b3d90db7
commit
cfd09a5cb6
1271 changed files with 539033 additions and 0 deletions
33
www/extras/yui-ext/examples/examples.css
Normal file
33
www/extras/yui-ext/examples/examples.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
body {
|
||||
font-family:verdana,tahoma,helvetica;
|
||||
padding:20px;
|
||||
font-size:13px;
|
||||
background-color:#fff !important;
|
||||
}
|
||||
p {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
h1 {
|
||||
font-size:large;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.example-info{
|
||||
float:right;
|
||||
width:150px;
|
||||
border:1px solid #c3daf9;
|
||||
border-top:1px solid #DCEAFB;
|
||||
border-left:1px solid #DCEAFB;
|
||||
background:#ecf5fe url('info-bg.gif') repeat-x;
|
||||
font-size:10px;
|
||||
padding:8px;
|
||||
}
|
||||
pre.code{
|
||||
background: #F8F8F8;
|
||||
border: 1px solid #e8e8e8;
|
||||
padding:10px;
|
||||
margin:10px;
|
||||
margin-left:0px;
|
||||
border-left:5px solid #e8e8e8;
|
||||
font-size: 12px !important;
|
||||
line-height:14px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue