fix frame css ref CT#7539

1.10.x
aragonc 9 years ago
parent 555db6cbab
commit 8bc9f03142
  1. 16
      app/Resources/public/css/frames.css

@ -12,7 +12,6 @@ body{
font-family: 'Open Sans', sans-serif;
padding: 20px;
line-height: 30px;
background: #E8F5FC;
}
a{
text-decoration: none;
@ -21,21 +20,6 @@ a{
a:hover{
text-decoration: underline;
}
h1{
border-radius: 5px;
border: 1px solid #ccc;
padding-top: 10px;
padding-bottom: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
img{
border: 1px solid #ccc;
border-radius: 5px;

Loading…
Cancel
Save