Css updated

This commit is contained in:
ang-st 2015-04-15 00:27:07 +00:00
parent 65044d34b6
commit 4a3edad3cd
1 changed files with 1 additions and 38 deletions

View File

@ -69,27 +69,7 @@ body {
min-width: 30%;
padding-bottom:10em;
}
/*
padding-bottom: 0px;
background-color: #f1623b;
background-color: #000000;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
color: #ffffff;
margin-left: auto;
/*
margin-right: auto;
background-image: url(../images/logo1.png) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: contain;
background-clip: padding-box;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
*/
@media screen and (max-width: 768px) {
body { padding-top: 0px; }
}
@ -137,6 +117,7 @@ h3 {
margin-right: auto;
border-collapse : collapse;
text-align:center;
min-width:100%
}
.section table th,
@ -177,21 +158,3 @@ h3 {
}
.content_box:before{
content:<p/>;
z-index:-1;
margin:0;
padding-top:50px;
width:20%;
margin-bottom:-20px;
border-bottom: 10px solid rgb(0,0,0);
border-right: 10px solid transparent;
}
.content_box:nth-of-type(odd):before{
border-bottom: 10px solid rgb(255,255,255);
border-right: 10px solid transparent;
}