r22805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22804‎ | r22805 | r22806 >
Date:22:44, 6 June 2007
Author:david
Status:old
Tags:
Comment:
trivial change; I am only commiting because I need to have a backup.
Modified paths:
  • /branches/liquidthreads/extensions/LqtExtension.php (modified) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: branches/liquidthreads/skins/monobook/main.css
@@ -33,6 +33,10 @@
3434 margin-bottom: .1em;
3535 }*/
3636
 37+.lqt_start_discussion {
 38+ vertical-align: center;
 39+}
 40+
3741 .lqt_header_notice {
3842 font-size: smaller;
3943 float: right;
@@ -104,6 +108,7 @@
105109 }*/
106110
107111 .lqt_archive_teaser {
 112+ float: right;
108113 border: 1px solid #ddd;
109114 margin: 0.5em 0;
110115 background-color: #eee;
@@ -129,7 +134,7 @@
130135
131136
132137 h1.lqt_header {
133 -
 138+ clear: both;
134139 font-size: 150%; /* same as h2 normally is */
135140 }
136141
Index: branches/liquidthreads/extensions/LqtExtension.php
@@ -537,7 +537,7 @@
538538 $this->showNewThreadForm();
539539 } else {
540540 $url = $this->lqtTalkpageUrl( $this->title, 'lqt_new_thread_form' );
541 - $this->output->addHTML("<strong><a href=\"$url\">Start a Discussion</a></strong>");
 541+ $this->output->addHTML("<strong><a class=\"lqt_start_discussion\" href=\"$url\">Start&nbsp;a&nbsp;Discussion</a></strong>");
542542 }
543543
544544 // $threads = Thread::threadsOfArticleInLastNDays($this->article, 30);

Status & tagging log