web/css/ds.css
author cavaliet
Tue, 22 Oct 2013 11:33:46 +0200
changeset 6 9b3c3c34a288
parent 3 cca75fee01f1
child 7 b5586438642d
permissions -rwxr-xr-x
enhance css and 2 more videos

/*!
 * modif from bootstrap for p4l
 */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

.container {
  margin: 0 auto;
  width: 950px;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse {
    background-color: #333333;
    border: medium none;
}
.divctn{
    min-height: 800px;
}
.videotitle{
    border-bottom: 1px dotted #333333;
    padding-top: 10px;
}
.videolink{
    cursor: pointer;
}
.active{
    background-color: #EEEEEE;
}
iframe {
    border: none;
}

footer {
    padding-bottom: 20px;
    border-top: 1px solid gray;
}