Index: branches/MetavidWiki-exp/skins/mvpcf.php |
— | — | @@ -417,7 +417,8 @@ |
418 | 418 | function close_html(){ |
419 | 419 | global $wgScript; |
420 | 420 | ?> |
421 | | - <p id="copyInfo">MetaVid is a non-profit project of <a href="http://www.ucsc.edu">UC Santa Cruz</a> and the <a href="http://www.sunlightfoundation.com/">Sunlight Foundation</a>. Learn more <a href="<?php echo $wgScript ?>/about">About MetaVid</a></p> |
| 421 | + <p id="copyInfo">MetaVid is a non-profit project of <a href="http://www.ucsc.edu">UC Santa Cruz</a> and the <a href="http://www.sunlightfoundation.com/">Sunlight Foundation</a>. Learn more <a href="<?php echo $wgScript ?>/about">About MetaVid</a><br><br><small>The C-SPAN logo and other servicemarks that may be found in video content are the property of their respective trademark holders. None of these trademark holders are affiliated with Metavid</small></p> |
| 422 | + |
422 | 423 | </body> |
423 | 424 | </html> |
424 | 425 | <?php |
Index: branches/MetavidWiki-exp/skins/mvpcf/style.css |
— | — | @@ -287,11 +287,11 @@ |
288 | 288 | margin: 10px 0; |
289 | 289 | display:block; |
290 | 290 | padding:3px 0px; |
291 | | - border-bottom:1px solid #DADADA;
|
| 291 | + /*border-bottom:1px solid #DADADA;*/
|
292 | 292 | } |
293 | 293 | .suggestionsBox ul li{ |
294 | | -border-top:1px solid #DADADA; |
295 | | -padding:3px 0px 3px 20px; |
| 294 | + /*border-top:1px solid #DADADA;*/ |
| 295 | + padding:3px 0px 3px 20px; |
296 | 296 | }
|
297 | 297 | .suggestionsBox div.block ul a {text-decoration: none;}
|
298 | 298 | .suggestionsBox div.block ul li {margin: 7px 0;}
|
— | — | @@ -474,16 +474,17 @@ |
475 | 475 |
|
476 | 476 |
|
477 | 477 | /*Video page*/
|
478 | | -h1.videoHeader {
|
| 478 | +h1.videoHeader,h1.videoHeader{
|
479 | 479 | font-size: 18px;
|
480 | 480 | font-weight: normal;
|
481 | 481 | color: #616161;
|
482 | 482 | margin: 12px 0;
|
483 | 483 | text-align: center;
|
484 | | -}
|
| 484 | +} |
485 | 485 |
|
| 486 | +
|
486 | 487 | #videoContent {
|
487 | | - width: 439px;
|
| 488 | + width: 410px;
|
488 | 489 | float: left;
|
489 | 490 | display: inline;
|
490 | 491 | }
|
— | — | @@ -529,7 +530,7 @@ |
530 | 531 | }
|
531 | 532 |
|
532 | 533 | #selectionsBox {
|
533 | | - width: 453px;
|
| 534 | + width: 490px;
|
534 | 535 | height: 517px;
|
535 | 536 | overflow: auto;
|
536 | 537 | border: 1px solid #c8c8c8;
|