diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 6 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 5e660b03b8..fb0b9733e7 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -59,7 +59,7 @@  			<!-- ENDIF -->  		</div>  	<!-- ENDIF --> -	<div class="clear"></div> +  </div>  <!-- IF S_HAS_POLL --> diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index a018b25ef7..8c1c2c3926 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -237,6 +237,12 @@ div[class].topic-actions {  	height: auto;  } +.topic-actions:after { +	content: ''; +	clear: both; +	display: block; +} +  /* Post body styles  ----------------------------------------*/  .postbody { | 
