r38830 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38829‎ | r38830 | r38831 >
Date:01:19, 8 August 2008
Author:dale
Status:old
Tags:
Comment:
skin updates
Modified paths:
  • /branches/MetavidWiki-exp/skins/mvpcf.php (modified) (history)
  • /branches/MetavidWiki-exp/skins/mvpcf/style.css (modified) (history)

Diff [purge]

Index: branches/MetavidWiki-exp/skins/mvpcf.php
@@ -417,7 +417,8 @@
418418 function close_html(){
419419 global $wgScript;
420420 ?>
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+
422423 </body>
423424 </html>
424425 <?php
Index: branches/MetavidWiki-exp/skins/mvpcf/style.css
@@ -287,11 +287,11 @@
288288 margin: 10px 0;
289289 display:block;
290290 padding:3px 0px;
291 - border-bottom:1px solid #DADADA;
 291+ /*border-bottom:1px solid #DADADA;*/
292292 }
293293 .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;
296296 }
297297 .suggestionsBox div.block ul a {text-decoration: none;}
298298 .suggestionsBox div.block ul li {margin: 7px 0;}
@@ -474,16 +474,17 @@
475475
476476
477477 /*Video page*/
478 -h1.videoHeader {
 478+h1.videoHeader,h1.videoHeader{
479479 font-size: 18px;
480480 font-weight: normal;
481481 color: #616161;
482482 margin: 12px 0;
483483 text-align: center;
484 -}
 484+}
485485
 486+
486487 #videoContent {
487 - width: 439px;
 488+ width: 410px;
488489 float: left;
489490 display: inline;
490491 }
@@ -529,7 +530,7 @@
530531 }
531532
532533 #selectionsBox {
533 - width: 453px;
 534+ width: 490px;
534535 height: 517px;
535536 overflow: auto;
536537 border: 1px solid #c8c8c8;

Status & tagging log