Add files via upload
This commit is contained in:
parent
f907a73fb3
commit
76ae106846
1 changed files with 12 additions and 0 deletions
|
@ -314,6 +314,18 @@ aside .widget,
|
|||
border-top: 1px solid rgb(238, 238, 238);
|
||||
}
|
||||
|
||||
.well {
|
||||
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
||||
background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
|
||||
background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #eee;
|
||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
||||
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
||||
}
|
||||
|
||||
.contact-photo,
|
||||
.contact-photo-xs {
|
||||
border-radius: 100% !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue