Skip to content

Commit

Permalink
merging css
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Jan 17, 2012
1 parent 839e182 commit 614dd3a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions media/css/masivukeni.css
Expand Up @@ -531,3 +531,29 @@ p
min-height: 402px;
display: none;
}


#game-content
{
border: 1px solid #ccc;
width: 545px;
overflow: hidden;
height: 455px;
}

#game-content .video
{
text-align: center;
margin-top: 5px;
}

.game_instructions { margin: 0 0 20px 5px; }

@media print
{
#content-right.game { display: none; }
#container-main { border: none; }
#game-content { border: none; }
#navbar { display: none; }
body { background: none; }
}

0 comments on commit 614dd3a

Please sign in to comment.