~campmumbai/+junk/padmaApi

« back to all changes in this revision

Viewing changes to static/css/padmaList.css

  • Committer: Sanjay B
  • Date: 2009-06-14 14:51:10 UTC
  • Revision ID: b@pad.ma-20090614145110-x8hc9mrqak6r1doo
first commit - fetches all data from pad.ma

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#wrapper {
 
2
  width: 100%;
 
3
  }
 
4
 
 
5
.videoWrapper {
 
6
  border: 1px solid #000;
 
7
  width: 80%;
 
8
  min-height: 180px;
 
9
  margin-left: auto;
 
10
  margin-right: auto;
 
11
  margin-bottom: 15px;
 
12
  }
 
13
 
 
14
.videoTitle {
 
15
  font-weight: bold;
 
16
  text-align: center;
 
17
  }
 
18
 
 
19
.videoMeta {
 
20
  clear: left;
 
21
  }
 
22
 
 
23
.videoPoster {
 
24
  margin: 5px;
 
25
  float: left;
 
26
  }