Index: branches/liquidthreads/skins/monobook/main.css |
— | — | @@ -33,6 +33,10 @@ |
34 | 34 | margin-bottom: .1em; |
35 | 35 | }*/ |
36 | 36 | |
| 37 | +.lqt_start_discussion { |
| 38 | + vertical-align: center; |
| 39 | +} |
| 40 | + |
37 | 41 | .lqt_header_notice { |
38 | 42 | font-size: smaller; |
39 | 43 | float: right; |
— | — | @@ -104,6 +108,7 @@ |
105 | 109 | }*/ |
106 | 110 | |
107 | 111 | .lqt_archive_teaser { |
| 112 | + float: right; |
108 | 113 | border: 1px solid #ddd; |
109 | 114 | margin: 0.5em 0; |
110 | 115 | background-color: #eee; |
— | — | @@ -129,7 +134,7 @@ |
130 | 135 | |
131 | 136 | |
132 | 137 | h1.lqt_header { |
133 | | - |
| 138 | + clear: both; |
134 | 139 | font-size: 150%; /* same as h2 normally is */ |
135 | 140 | } |
136 | 141 | |
Index: branches/liquidthreads/extensions/LqtExtension.php |
— | — | @@ -537,7 +537,7 @@ |
538 | 538 | $this->showNewThreadForm(); |
539 | 539 | } else { |
540 | 540 | $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 a Discussion</a></strong>"); |
542 | 542 | } |
543 | 543 | |
544 | 544 | // $threads = Thread::threadsOfArticleInLastNDays($this->article, 30); |