21 lines
389 B
CSS
Vendored
21 lines
389 B
CSS
Vendored
.btn2{
|
|
background: #FF440A !important;
|
|
border-color: #FF440A !important;
|
|
color: #fff !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.left_col{
|
|
background: url(images/bg.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
.site_title{
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.site_title img {
|
|
height:55px !important;
|
|
width: 100% !important;
|
|
} |