web/css/ds.css
author cavaliet
Mon, 21 Oct 2013 16:24:58 +0200
changeset 3 cca75fee01f1
parent 0 7f8907368bd5
child 6 9b3c3c34a288
permissions -rwxr-xr-x
changes

/*!
 * 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{
    margin-top: 10px;
    border-bottom: 1px dotted #333333;
}
.videolink{
    cursor: pointer;
}
iframe {
    border: none;
}

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