padmaAPI/static/css/padmaList.css
2009-06-14 20:21:10 +05:30

27 lines
323 B
CSS

#wrapper {
width: 100%;
}
.videoWrapper {
border: 1px solid #000;
width: 80%;
min-height: 180px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.videoTitle {
font-weight: bold;
text-align: center;
}
.videoMeta {
clear: left;
}
.videoPoster {
margin: 5px;
float: left;
}