plugin 에 PHPMailer v2.0.4 추가

This commit is contained in:
gnuboard
2013-09-05 16:56:53 +09:00
parent 35f747b777
commit af197454dc
66 changed files with 15205 additions and 0 deletions

View File

@ -0,0 +1,32 @@
body
{
background-color: #CCCCFF;
margin: 0px;
padding: 0px;
}
/* Banner (top bar) classes */
.banner { }
.banner-menu
{
clear: both;
padding: .5em;
border-top: 2px solid #6666AA;
}
.banner-title
{
text-align: right;
font-size: 20pt;
font-weight: bold;
margin: .2em;
}
.package-selector
{
background-color: #AAAADD;
border: 1px solid black;
color: yellow;
}