Skip to content

Commit

Permalink
Demo CSS
Browse files Browse the repository at this point in the history
Margin updated.
  • Loading branch information
kerns committed May 4, 2012
1 parent 7df53c2 commit 4019640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo_files/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ h3 {
color:#5d5d52;
font-size:1em;
font-weight: bold;
margin-top: 2em;
margin-top: 2.5em;
margin-bottom: .75em;
text-transform: uppercase
}
Expand Down Expand Up @@ -260,8 +260,8 @@ table code {
}

.image-table th.objective {
width:25%;
min-width:150px;
width:30%;
min-width:180px;
}

.image-table th.code {
Expand All @@ -285,7 +285,7 @@ table code {
/* Wideley used to matte different objects in the demo */

.snippet {
margin:1.5em 0 1.5em -15px;
margin:1.5em 0 1.5em 0;
padding:.5em;
overflow:hidden;
box-shadow: inset 0px 1px 4px rgba(50, 50, 50, 0.8);
Expand Down

0 comments on commit 4019640

Please sign in to comment.