Fix in plugins

This commit is contained in:
Antonio de la Rosa 2018-10-01 14:45:48 +02:00
parent 09acd58516
commit ecbd5ef806
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}