Skip to content

Commit

Permalink
Pulling some of theborder-styling over
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanBerkley committed Feb 5, 2015
1 parent ef67a3c commit a1b6c14
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<main id="main" class="site-main" role="main">
<?php
if ( is_active_sidebar( 'signup-section' ) ) : ?>
<div class="signup-section">
<div class="signup-section translucent-border">
<?php dynamic_sidebar('Signup Section'); ?>
</div> <!-- .signup-section -->
<?php endif; ?>
Expand Down
13 changes: 13 additions & 0 deletions sass/elements/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ img {

@import "tables";


div#content {
// width: 90%;
}

.translucent-border {
background: none repeat scroll 0% 0% padding-box white;
-webkit-box-shadow: 0px 0px 5px 0px ;
-moz-box-shadow: 0pt 0pt 5px 1px;
box-shadow: 0pt 0pt 5px rgba(0,0,0,0.6) ;
border: 10px solid rgba(255,255,255,0.3);
}

footer.site-footer {
position: relative;
color: #ffffff;
Expand Down

0 comments on commit a1b6c14

Please sign in to comment.