Browse Source

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 <[email protected]>
Matthew Kerle 12 years ago
parent
commit
a012ef74d0
1 changed files with 1 additions and 1 deletions
  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;