width property is moved from .shower to .slide

This commit is contained in:
Vadim Makeev 2010-11-14 11:10:58 +03:00
parent 0efd6c2b17
commit 4f31ea2aee
1 changed files with 3 additions and 3 deletions

View File

@ -18,15 +18,15 @@ A {
/* Shower
---------------------------------------- */
.shower {
margin:3em auto;
width:55em;
margin:3em 0 0;
}
/* Slide
---------------------------------------- */
.slide {
position:relative;
margin:0 0 3em;
margin:0 auto 3em;
width:55em;
background:#FFF;
border:0.8em solid #CCC;
-webkit-border-radius:0.8em;