Преглед изворни кода

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 година
родитељ
комит
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;