소스 검색

News Alignment Fix

- Better aligns the *News:* item so it's floating right, maintaining
RTL/LTR compatibility and without messing up multiple-line news items.

Signed-Off: Matthew "Labradoodle-360" Kerle <lab360@simplemachines.org>
Matthew Kerle 12 년 전
부모
커밋
a012ef74d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/css/index.css

@@ -1487,7 +1487,7 @@ ul li.greeting {
 }
 /* News section. */
 #inner_wrap .news {
-	width: 50%;
+	max-width: 50%;
 	max-width: 27em;
 	float: right;
 	overflow: auto;