Newly compiled CSS

This commit is contained in:
Ascendings 2015-09-29 12:01:23 -04:00
parent aebd56bd7a
commit 0bc17bac31

View File

@ -545,36 +545,26 @@ body {
margin-bottom: 15px; } margin-bottom: 15px; }
#featured { #featured {
display: flex; height: auto;
flex-direction: row;
height: 300px;
margin: 0 auto 20px; margin: 0 auto 20px;
padding: 5px; padding: 5px;
background: none; } background: none; }
#featured div { #featured .hover-box {
position: relative;
-webkit-transition: all, 200ms; -webkit-transition: all, 200ms;
-moz-transition: all, 200ms; -moz-transition: all, 200ms;
transition: all, 200ms; } transition: all, 200ms; }
#featured div:hover { #featured .hover-box:hover {
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); } box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); }
#featured .news { #featured div {
display: block; margin-bottom: 25px; }
height: 100%; #featured div a {
width: 100%;
max-width: 420px;
margin-right: 10px;
background: url(/img/banner/oo-banner.jpg);
background-size: 100% 100%;
border-radius: 5px; }
#featured .notes {
height: 100%;
padding: 0;
flex: 1; }
#featured .notes #twitter-widget-0 {
display: block; display: block;
width: 100% !important; width: 100%;
height: 100%; } max-width: 500px;
margin-left: auto;
margin-right: auto; }
#featured div img {
width: 100%; }
#wrapper-home { #wrapper-home {
display: block; display: block;