Fix in plugins
This commit is contained in:
parent
09acd58516
commit
ecbd5ef806
2 changed files with 4 additions and 4 deletions
|
|
@ -134,7 +134,7 @@ p {
|
|||
{
|
||||
|
||||
float:left;
|
||||
width:17%;
|
||||
width:20%;
|
||||
margin-right:0px;
|
||||
position:relative;
|
||||
/* border:solid #cccccc;
|
||||
|
|
@ -246,7 +246,7 @@ p {
|
|||
background: -o-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
|
||||
background: -ms-linear-gradient(left, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
|
||||
background: linear-gradient(to right, rgba(18,47,59,1) 0%, rgba(18,47,59,1) 51%, rgba(18,47,59,1) 74%, rgba(8,59,77,1) 100%);
|
||||
background-size: 17% 100%;
|
||||
background-size: 20% 100%;
|
||||
background-repeat:no-repeat;
|
||||
padding:0px;
|
||||
border:solid #bcbcbc;
|
||||
|
|
@ -261,7 +261,7 @@ p {
|
|||
.contents
|
||||
{
|
||||
float:right;
|
||||
width:83%;
|
||||
width:80%;
|
||||
padding:0px 0px 0px 0px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue