urbstudio/urbstudio/static/css/projects.css

25 lines
299 B
CSS
Raw Normal View History

2011-09-29 01:36:25 +05:30
#galleryContainer
2011-10-08 10:58:48 +05:30
{color:#c1c1c1;
2011-09-29 01:36:25 +05:30
font-size:14px;
width:860px;
2011-11-11 01:47:40 -05:00
margin-left:136px;
2011-09-29 01:36:25 +05:30
}
.projectSlider
2011-10-06 22:36:01 +05:30
{width:600px;
2011-09-29 01:36:25 +05:30
height:450px;
margin-right:20px;
float:left;
}
#textGallery
{width:220px;
padding:9px;
height:430px;
float:left;
border:1px inset #999;
2011-10-06 22:36:01 +05:30
overflow-y:auto;
}
2011-09-29 01:36:25 +05:30