diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 11b1851..cf13704 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -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:

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